From 6f22b8436692c611992058cb67bc7225c4b8435b Mon Sep 17 00:00:00 2001 From: 287eb2433e490772bca1c5b6aae5009d <287eb2433e490772bca1c5b6aae5009d@app-learninglab.inria.fr> Date: Fri, 27 Nov 2020 11:54:10 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_en.ipynb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index 006d221..e18564a 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -4,9 +4,16 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# On the computation of $\\pi$ \n", + "# On the computation of $\\pi$ " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ "## Asking the maths library \n", "\n", + "\n", "My computer tells me that $\\pi$ is *approximatively*" ] }, @@ -32,7 +39,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Buffon's needle \n", + "## Buffon's needle\n", "Applying the method of [Buffon's needle](https://en.wikipedia.org/wiki/Buffon%27s_needle_problem), we get the __approximation__" ] }, -- 2.18.1