From 3f0cb58d584d5209b5efe1db3d3a83f0384fb6e7 Mon Sep 17 00:00:00 2001 From: 082aa0aa9507b80b621099010e33de9d <082aa0aa9507b80b621099010e33de9d@app-learninglab.inria.fr> Date: Wed, 26 Jun 2024 08:40:43 +0000 Subject: [PATCH] commit 3rd --- module2/exo1/toy_notebook_en.ipynb | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index 07db2b7..03ff4bc 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -4,14 +4,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# On the computation of $\\pi$" + "# 1 On the computation of $\\pi$" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## Asking the maths library" + "## 1.1 Asking the maths library" ] }, { @@ -23,7 +23,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 1, "metadata": {}, "outputs": [ { @@ -43,7 +43,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Buffon's needle" + "## 1.2 Buffon's needle" ] }, { @@ -55,7 +55,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 2, "metadata": {}, "outputs": [ { @@ -64,7 +64,7 @@ "3.128911138923655" ] }, - "execution_count": 8, + "execution_count": 2, "metadata": {}, "output_type": "execute_result" } @@ -82,7 +82,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Using a surface fraction argument" + "## 1.3 Using a surface fraction argument" ] }, { @@ -94,7 +94,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -135,8 +135,10 @@ }, { "cell_type": "code", - "execution_count": 11, - "metadata": {}, + "execution_count": 4, + "metadata": { + "scrolled": true + }, "outputs": [ { "data": { @@ -144,7 +146,7 @@ "3.112" ] }, - "execution_count": 11, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } -- 2.18.1