From 43f8aab12b039b9fd4ac8bc2c2b8dd640c8d7a75 Mon Sep 17 00:00:00 2001 From: 0db2f0554d3b3bbdf0f34a0c1240bdef <0db2f0554d3b3bbdf0f34a0c1240bdef@app-learninglab.inria.fr> Date: Wed, 3 Jun 2020 14:20:38 +0000 Subject: [PATCH] quelques corrections --- module2/exo1/toy_notebook_fr.ipynb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 1ff0af8..32b8c44 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -18,12 +18,12 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Mon ordinateur m'indique que $\\pi$ vaut **approximativement**" + "Mon ordinateur m'indique que $\\pi$ vaut *approximativement*" ] }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 1, "metadata": {}, "outputs": [ { @@ -50,12 +50,12 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "mais calculé avec la **méthode** des [Aiguille de Buffon](https://fr.wikipedia.org/wiki/Aiguille_de_Buffon), on obtiendrait comme ***approximation***" + "Mais calculé avec la **méthode** des [aiguilles de Buffon](https://fr.wikipedia.org/wiki/Aiguille_de_Buffon), on obtiendrait comme **approximation**:" ] }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 2, "metadata": {}, "outputs": [ { @@ -64,7 +64,7 @@ "3.128911138923655" ] }, - "execution_count": 5, + "execution_count": 2, "metadata": {}, "output_type": "execute_result" } @@ -94,7 +94,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -136,7 +136,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -145,7 +145,7 @@ "3.112" ] }, - "execution_count": 8, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } -- 2.18.1