From 917bd4a5fc48a9821fba3db7ffe25328463cdf00 Mon Sep 17 00:00:00 2001 From: 5018f86a352d0fd3119e8764eab1378c <5018f86a352d0fd3119e8764eab1378c@app-learninglab.inria.fr> Date: Tue, 13 Aug 2024 08:48:56 +0000 Subject: [PATCH] minor correction --- module2/exo1/toy_notebook_fr.ipynb | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 4714da8..b73df3c 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -11,19 +11,13 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## En demandant à la lib maths" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ + "## En demandant à la lib maths\n", "Mon ordinateur m'indique que $\\pi$ vaut *approximativement*" ] }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 1, "metadata": {}, "outputs": [ { @@ -55,7 +49,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 2, "metadata": {}, "outputs": [ { @@ -64,7 +58,7 @@ "3.128911138923655" ] }, - "execution_count": 3, + "execution_count": 2, "metadata": {}, "output_type": "execute_result" } @@ -94,7 +88,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -136,7 +130,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -145,7 +139,7 @@ "3.112" ] }, - "execution_count": 5, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } -- 2.18.1