From 9c9b56b4ae0afcaacfc6ec315c8b511468b8402e Mon Sep 17 00:00:00 2001 From: 0e57e1b8e1a23d7aaeee34c5821213f6 <0e57e1b8e1a23d7aaeee34c5821213f6@app-learninglab.inria.fr> Date: Thu, 20 May 2021 20:35:25 +0000 Subject: [PATCH] version3 --- module2/exo1/toy_notebook_fr.ipynb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index b1dd73c..cab694a 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -32,7 +32,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 24, "metadata": { "hideCode": false, "hidePrompt": false @@ -73,7 +73,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 25, "metadata": { "hideCode": false, "hidePrompt": false @@ -85,7 +85,7 @@ "3.128911138923655" ] }, - "execution_count": 20, + "execution_count": 25, "metadata": {}, "output_type": "execute_result" } @@ -123,7 +123,7 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": 26, "metadata": { "hideCode": false, "hidePrompt": false, @@ -166,12 +166,12 @@ }, "source": [ "\n", - "Il est alors aisé d’obtenir une approximation (pas terrible) de π en comptant combien de fois, en moyenne, $X^2$ + $Y^2$ est inférieur à 1 :" + "Il est alors aisé d’obtenir une approximation (pas terrible) de $π$ en comptant combien de fois, en moyenne, $X^2$ + $Y^2$ est inférieur à 1 :" ] }, { "cell_type": "code", - "execution_count": 22, + "execution_count": 27, "metadata": { "hideCode": false, "hidePrompt": false @@ -183,7 +183,7 @@ "3.112" ] }, - "execution_count": 22, + "execution_count": 27, "metadata": {}, "output_type": "execute_result" } -- 2.18.1