From c5dae6331be5ad9c619e7fbb147e4e65b977a8a1 Mon Sep 17 00:00:00 2001 From: a2e1be57166e9c81ab3647ffe2226661 Date: Tue, 31 May 2022 15:30:16 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_en.ipynb | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index be05672..fe3c370 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -18,25 +18,6 @@ "print(pi)" ] }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [ - { - "ename": "SyntaxError", - "evalue": "invalid syntax (, line 2)", - "output_type": "error", - "traceback": [ - "\u001b[0;36m File \u001b[0;32m\"\"\u001b[0;36m, line \u001b[0;32m2\u001b[0m\n\u001b[0;31m Applying the method of [Buffon's needle](https://en.wikipedia.org/wiki/Buffon%27s_needle_problem), we get the __approximation__\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n" - ] - } - ], - "source": [ - "## Buffon's needle\n", - "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": 4, -- 2.18.1