From 3d1ca04e257e995fae199e7e46e5790f04a772fd Mon Sep 17 00:00:00 2001 From: 5edd760108f13e4fe736873bdc13d096 <5edd760108f13e4fe736873bdc13d096@app-learninglab.inria.fr> Date: Tue, 3 Jan 2023 12:08:56 +0000 Subject: [PATCH] Excercise02 final commit --- module2/exo1/toy_notebook_en.ipynb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index e577bd0..2df0fb1 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -4,14 +4,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# 1 On the computation of $π$" + "# On the computation of $π$" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## 1.1 Asking the maths library" + "## Asking the maths library" ] }, { @@ -23,7 +23,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 6, "metadata": {}, "outputs": [ { @@ -43,7 +43,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## 1.2 Buffon’s needle" + "## Buffon’s needle" ] }, { @@ -55,7 +55,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 7, "metadata": {}, "outputs": [ { @@ -64,7 +64,7 @@ "3.128911138923655" ] }, - "execution_count": 4, + "execution_count": 7, "metadata": {}, "output_type": "execute_result" } @@ -82,7 +82,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## 1.3 Using a surface fraction argument" + "## Using a surface fraction argument" ] }, { @@ -96,7 +96,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 9, "metadata": {}, "outputs": [ { -- 2.18.1