From 77087f7a5f8699d8aac996e42984aa699b770ac4 Mon Sep 17 00:00:00 2001
From: FARHI Laurence <laurence.farhi@inria.fr>
Date: Mon, 25 Jan 2021 12:00:06 +0100
Subject: [PATCH] suppression output

---
 notebook/JupyterNotebookGuide.ipynb | 34 +++++------------------------
 1 file changed, 6 insertions(+), 28 deletions(-)

diff --git a/notebook/JupyterNotebookGuide.ipynb b/notebook/JupyterNotebookGuide.ipynb
index 884184d..c4f2b7f 100644
--- a/notebook/JupyterNotebookGuide.ipynb
+++ b/notebook/JupyterNotebookGuide.ipynb
@@ -61,20 +61,9 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 1,
-   "metadata": {},
-   "outputs": [
-    {
-     "data": {
-      "text/plain": [
-       "600"
-      ]
-     },
-     "execution_count": 1,
-     "metadata": {},
-     "output_type": "execute_result"
-    }
-   ],
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
    "source": [
     "20 * 30"
    ]
@@ -117,20 +106,9 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 2,
-   "metadata": {},
-   "outputs": [
-    {
-     "data": {
-      "text/plain": [
-       "1.4142135623730951"
-      ]
-     },
-     "execution_count": 2,
-     "metadata": {},
-     "output_type": "execute_result"
-    }
-   ],
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
    "source": [
     "# math.sqrt (pour square root) calcule la racine carrée\n",
     "import math\n",
-- 
GitLab