diff --git a/index.ipynb b/index.ipynb index 9dc8314..cdae10a 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": {}, @@ -99,6 +128,23 @@ "Now add a new code cell below this one and write whatever code you want to write." ] }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hello Imma\n" + ] + } + ], + "source": [ + "print('Hello Imma')" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -117,7 +163,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -131,9 +177,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.5" + "version": "3.12.7" } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }