diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index e8bc3096befc29c0b3a411081c1ef267f3c07d53..b27d3019de18440a3ac7418c27f05cff6419b614 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -33,8 +33,10 @@ }, { "cell_type": "code", - "execution_count": 3, - "metadata": {}, + "execution_count": 4, + "metadata": { + "scrolled": true + }, "outputs": [ { "name": "stdout", @@ -45,7 +47,7 @@ } ], "source": [ - "In [1]: from math import *\n", + "from math import *\n", "print(pi)\n" ] },