diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index 882e494ab8ef2f0b327ce3cfdccdc1b3a98ac338..7ad43a5ebd2f09bb707f3555409c4d948480404f 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -4,16 +4,20 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# A propos du calcul de $\\pi$\n", - "\n", - "\n", + "# A propos du calcul de $\\pi$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ "## En demandant à la lib maths\n", "Mon ordinateur m'indique que $\\pi$ vaut *approximativement* " ] }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 1, "metadata": {}, "outputs": [ { @@ -39,7 +43,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 2, "metadata": {}, "outputs": [ { @@ -48,7 +52,7 @@ "3.128911138923655" ] }, - "execution_count": 6, + "execution_count": 2, "metadata": {}, "output_type": "execute_result" } @@ -72,7 +76,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -113,7 +117,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -122,7 +126,7 @@ "3.112" ] }, - "execution_count": 8, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" }