From 1ebd6819d67f4f1cd95cfa390b76ab7448132753 Mon Sep 17 00:00:00 2001 From: 5bc808aac88587dbd652b84ec257c92e <5bc808aac88587dbd652b84ec257c92e@app-learninglab.inria.fr> Date: Tue, 14 Sep 2021 17:37:53 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_fr.ipynb | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index e26532d..874bc2c 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -47,6 +47,17 @@ "print(pi)" ] }, + { + "cell_type": "raw", + "metadata": { + "hideCode": false, + "hidePrompt": false + }, + "source": [ + "from math import *\n", + "print(pi)" + ] + }, { "cell_type": "raw", "metadata": {}, @@ -138,7 +149,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.2" + "version": "3.6.4" } }, "nbformat": 4, -- 2.18.1