diff --git a/index.ipynb b/index.ipynb index 9dc8314..00b41e2 100644 --- a/index.ipynb +++ b/index.ipynb @@ -60,11 +60,22 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/plain": [ + "42" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ - "number = None\n", + "number = 42\n", "number" ] }, @@ -77,14 +88,32 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/plain": [ + "'Change Things'" + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ - "flatiron_mantra = None\n", + "flatiron_mantra = \"Change Things\"\n", "flatiron_mantra" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### This is a new header" + ] + }, { "cell_type": "markdown", "metadata": {},