From 0d9ec61db8f73c24a680418d261540fc5064b853 Mon Sep 17 00:00:00 2001 From: 2e07cdc5aaf5c3993089d76e376cb88f <2e07cdc5aaf5c3993089d76e376cb88f@app-learninglab.inria.fr> Date: Sun, 15 Oct 2023 10:47:05 +0000 Subject: [PATCH] Solution 3 --- module2/exo1/toy_notebook_en.ipynb | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index 4be35c1..742c9d4 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -11,13 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Asking the maths library" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ + "## Asking the maths library\n", "My computer tells me that $\\pi$ is approximatively" ] }, @@ -43,19 +37,13 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Buffalo's needle" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ + "## Buffalo's needle\n", "Applying the method of [Buffon’s needle](https://en.wikipedia.org/wiki/Buffon%27s_needle_problem), we get the __approximation__" ] }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 9, "metadata": {}, "outputs": [ { @@ -64,7 +52,7 @@ "3.128911138923655" ] }, - "execution_count": 5, + "execution_count": 9, "metadata": {}, "output_type": "execute_result" } -- 2.18.1