From 7ce6e92f3d377f8e7ee72a5bf52babd44f6747e3 Mon Sep 17 00:00:00 2001 From: Jakstas Date: Tue, 25 Jul 2023 15:34:55 -0500 Subject: [PATCH] . --- index.ipynb | 45 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 37 insertions(+), 8 deletions(-) diff --git a/index.ipynb b/index.ipynb index 9dc8314..a3052a2 100644 --- a/index.ipynb +++ b/index.ipynb @@ -60,11 +60,22 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/plain": [ + "42" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ - "number = None\n", + "number = 42\n", "number" ] }, @@ -77,11 +88,22 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/plain": [ + "'Change Things'" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ - "flatiron_mantra = None\n", + "flatiron_mantra = \"Change Things\"\n", "flatiron_mantra" ] }, @@ -92,6 +114,13 @@ "Add a new markdown cell below this one and type `### This is a new header`" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### This is a new header" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -117,7 +146,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -131,7 +160,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.5" + "version": "3.11.4" } }, "nbformat": 4,