From 88e5a32eeddd5d6ab714321a6f945d606da0082b Mon Sep 17 00:00:00 2001 From: 9c8658711e8a34a5566f74fcd4cf886e <9c8658711e8a34a5566f74fcd4cf886e@app-learninglab.inria.fr> Date: Fri, 31 Oct 2025 10:38:24 +0000 Subject: [PATCH] Fourth try --- module2/exo1/toy_notebook_fr.ipynb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index bfd2d2b..24e28ae 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -17,7 +17,7 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 1, "metadata": {}, "outputs": [ { @@ -43,7 +43,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 2, "metadata": {}, "outputs": [ { @@ -52,7 +52,7 @@ "3.128911138923655" ] }, - "execution_count": 20, + "execution_count": 2, "metadata": {}, "output_type": "execute_result" } @@ -76,7 +76,7 @@ }, { "cell_type": "code", - "execution_count": 25, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -93,6 +93,7 @@ } ], "source": [ + "%matplotlib inline\n", "import matplotlib.pyplot as plt\n", "\n", "np.random.seed(seed=42)\n", @@ -118,7 +119,7 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -127,7 +128,7 @@ "3.112" ] }, - "execution_count": 23, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } -- 2.18.1