From 4c82e91b98eec6a139f4a4b6533329589b685898 Mon Sep 17 00:00:00 2001 From: 8df8fe9b766d325d0f140ef7f8626d15 <8df8fe9b766d325d0f140ef7f8626d15@app-learninglab.inria.fr> Date: Fri, 18 Sep 2020 14:54:42 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_en.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index 41910b0..e1d1fb5 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -107,11 +107,11 @@ ] }, { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], - "source": [] + "source": [ + "It is then straightforward to obtain a (not really good) approximation to $\\pi$ by counting how many times, on average, $X^2 + Y^2$ is smaller than 1:" + ] }, { "cell_type": "code", -- 2.18.1