From ed001a87389f42294191d7a4696faaafac180ffe Mon Sep 17 00:00:00 2001 From: 5bc808aac88587dbd652b84ec257c92e <5bc808aac88587dbd652b84ec257c92e@app-learninglab.inria.fr> Date: Tue, 14 Sep 2021 18:19:41 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_fr.ipynb | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 5f45e8e..640b432 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -15,26 +15,6 @@ "Mon ordinateur m'indique que $\\pi$ vaut *approximativement*" ] }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": { - "hideCode": true - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3.141592653589793\n" - ] - } - ], - "source": [ - "from math import *\n", - "print(pi)" - ] - }, { "cell_type": "code", "execution_count": null, @@ -60,7 +40,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.2" + "version": "3.6.4" } }, "nbformat": 4, -- 2.18.1