diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index 006d2212ba77222db34334fddfea99e225e56fa2..e18564ac523948749873334c8c16f23a7689cb9a 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__" ] },