From ca60bae2e4f0ac3f5265a6fddbf669a0de408e2d Mon Sep 17 00:00:00 2001 From: am-eric Date: Wed, 22 May 2024 08:59:55 +0300 Subject: [PATCH] first commit --- index.ipynb | 49 +++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 10 deletions(-) diff --git a/index.ipynb b/index.ipynb index 9dc8314..150ee89 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,9 +146,9 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python (learn-env)", "language": "python", - "name": "python3" + "name": "learn-env" }, "language_info": { "codemirror_mode": { @@ -131,9 +160,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.5" + "version": "3.12.3" } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }