From 60e06707743d08e2f3ef2f699236e1462158a79d Mon Sep 17 00:00:00 2001 From: 516971efdfedafbe44b4214ac2bdbd1a <516971efdfedafbe44b4214ac2bdbd1a@app-learninglab.inria.fr> Date: Mon, 24 Jul 2023 11:35:59 +0000 Subject: [PATCH] Third trial --- module2/exo1/toy_notebook_en.ipynb | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index db00224..7f1a81a 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -12,12 +12,12 @@ "metadata": {}, "source": [ "## 1.1 Asking the maths library\n", - "My computer tells me that $\\pi$ is approximately" + "My computer tells me that $\\pi$ is _approximately_" ] }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 1, "metadata": {}, "outputs": [ { @@ -38,12 +38,12 @@ "metadata": {}, "source": [ "## 1.2 Buffon’s needle\n", - "Applying the method of [Buffon’s needle](https://en.wikipedia.org/wiki/Buffon%27s_needle_problem), we get the approximation" + "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": 15, + "execution_count": 2, "metadata": {}, "outputs": [ { @@ -52,7 +52,7 @@ "3.128911138923655" ] }, - "execution_count": 15, + "execution_count": 2, "metadata": {}, "output_type": "execute_result" } @@ -78,7 +78,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -120,7 +120,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -129,7 +129,7 @@ "3.112" ] }, - "execution_count": 17, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } @@ -137,13 +137,6 @@ "source": [ "4*np.mean(accept)" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { -- 2.18.1