From 2183ae2e8fcc39a5d28b674af730ba91349de6fe Mon Sep 17 00:00:00 2001 From: 9dadadddfac1a9d04ec9b816578a2d8f <9dadadddfac1a9d04ec9b816578a2d8f@app-learninglab.inria.fr> Date: Mon, 28 Oct 2024 13:36:30 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_fr.ipynb | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 3688ff7..275f6fe 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -4,22 +4,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# À propos du calcul de $\\pi$" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "hideCode": true - }, - "source": [ - "# En demandant à la lib maths\n", + "# À propos du calcul de $\\pi$\n", + "## En demandant à la lib maths\n", "Mon ordinateur m’indique que $\\pi$ vaut *approximativement*" ] }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 6, "metadata": {}, "outputs": [ { @@ -45,7 +37,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 7, "metadata": {}, "outputs": [ { @@ -54,7 +46,7 @@ "3.128911138923655" ] }, - "execution_count": 4, + "execution_count": 7, "metadata": {}, "output_type": "execute_result" } -- 2.18.1