diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index c7ff43f67943f53c723b18da8a5578b448281d00..7e74e7e1811ef30f11af34d98778a9e41767b4ed 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -11,14 +11,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# 1 À propos du calcul de $\\pi$" + "# À propos du calcul de $\\pi$" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## 1.1 En demandant à la lib maths" + "## En demandant à la lib maths" ] }, { @@ -50,7 +50,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## 1.2 En utilisant la méthode des aiguilles de Buffon" + "## En utilisant la méthode des aiguilles de Buffon" ] }, { @@ -62,7 +62,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 2, "metadata": {}, "outputs": [ { @@ -71,7 +71,7 @@ "3.128911138923655" ] }, - "execution_count": 3, + "execution_count": 2, "metadata": {}, "output_type": "execute_result" } @@ -89,7 +89,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## 1.3 Avec un argument \"fréquentiel\" de surface" + "## Avec un argument \"fréquentiel\" de surface" ] }, { @@ -103,7 +103,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -145,7 +145,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -154,7 +154,7 @@ "3.112" ] }, - "execution_count": 6, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } @@ -186,4 +186,3 @@ "nbformat": 4, "nbformat_minor": 2 } -