From 28226b423ffd11718858260b337b3e8e48d4d1ce Mon Sep 17 00:00:00 2001 From: a829a5ef5d74929a9597c44c80f67c38 Date: Mon, 15 Mar 2021 20:58:08 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_en.ipynb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index 8e2871a..8a9b807 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -33,7 +33,15 @@ "\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__\n", - " \n", + " \n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ "import numpy as np\n", "np.random.seed(seed=42)\n", "N = 10000\n", -- 2.18.1