more formatting

This commit is contained in:
Kenny Zhang 2025-03-05 16:57:54 -05:00
parent 8c3dd01f2f
commit a96a6a01b5

View file

@ -1,89 +1,89 @@
{ {
"cells": [ "cells": [
{ {
"cell_type": "markdown", "cell_type": "markdown",
"id": "0f61db80", "id": "0f61db80",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Test Notebook" "# Test Notebook"
] ]
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 11, "execution_count": 11,
"id": "3f2a5bbd", "id": "3f2a5bbd",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"markitdown\n" "markitdown\n"
] ]
} }
], ],
"source": [ "source": [
"print('markitdown')" "print(\"markitdown\")"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"id": "9b9c0468", "id": "9b9c0468",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Code Cell Below" "## Code Cell Below"
] ]
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 10, "execution_count": 10,
"id": "37d8088a", "id": "37d8088a",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"42\n" "42\n"
] ]
} }
], ],
"source": [ "source": [
"# comment in code\n", "# comment in code\n",
"print(42)" "print(42)"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"id": "2e3177bd", "id": "2e3177bd",
"metadata": {}, "metadata": {},
"source": [ "source": [
"End\n", "End\n",
"\n", "\n",
"---" "---"
] ]
} }
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "Python 3",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
}, },
"language_info": { "language_info": {
"codemirror_mode": { "codemirror_mode": {
"name": "ipython", "name": "ipython",
"version": 3 "version": 3
}, },
"file_extension": ".py", "file_extension": ".py",
"mimetype": "text/x-python", "mimetype": "text/x-python",
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.12.8" "version": "3.12.8"
}, },
"title": "Test Notebook Title" "title": "Test Notebook Title"
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 5 "nbformat_minor": 5
} }