From 8acf52764378f3a50e1f1f5b6886af24a2ad2a31 Mon Sep 17 00:00:00 2001 From: 31c9c487dd4221d8a6d9e1f2d3025b15 <31c9c487dd4221d8a6d9e1f2d3025b15@app-learninglab.inria.fr> Date: Thu, 30 Mar 2023 16:01:50 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_fr.ipynb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index e8bc309..b27d301 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" ] }, -- 2.18.1