diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 2dc39d7dd71734621260cdf123956c1bc894c21c..d656ba36f9d3557a34e6623d6304e5adf2cf060f 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -114,7 +114,7 @@ } ], "source": [ - "%matplotlib inline\n", + "%matplotlib inline \n", "import matplotlib.pyplot as plt\n", "\n", "np.random.seed(seed=42)\n", @@ -135,8 +135,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Il est alors aisé d’obtenir une approximation (pas terrible) de p en comptant combien de fois,\n", - "en moyenne, X2 +Y2 est inférieur à 1 :" + "Il est alors aisé d’obtenir une approximation (pas terrible) de p en comptant combien de fois, en moyenne, X2 +Y2 est inférieur à 1 :" ] }, {