diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index bfd2d2b6b5cc160e5affb8eb68fe7c24b3e8e6b8..24e28ae8e902f7c572010624b83d631c4de2f458 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" }