From 0448840bde8aff9752f5487a58fd3601e8e83d2e Mon Sep 17 00:00:00 2001 From: 127267d38c32dc95823bfc275741dad7 <127267d38c32dc95823bfc275741dad7@app-learninglab.inria.fr> Date: Mon, 10 May 2021 18:15:54 +0000 Subject: [PATCH] ajout du commentaire --- module3/exo1/analyse-syndrome-grippal.ipynb | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index df27dc0..250ea4e 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -57,9 +57,16 @@ "La première ligne du fichier CSV est un commentaire, que nous ignorons en précisant `skiprows=1`." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "" + ] + }, { "cell_type": "code", - "execution_count": 25, + "execution_count": 27, "metadata": {}, "outputs": [], "source": [ @@ -74,7 +81,9 @@ { "cell_type": "code", "execution_count": 26, - "metadata": {}, + "metadata": { + "scrolled": true + }, "outputs": [ { "data": { -- 2.18.1