From de431830e564ec4088afc92e6a392fc78f2b1c00 Mon Sep 17 00:00:00 2001 From: cae769d738bd873cde94f57404614902 Date: Tue, 4 Jan 2022 10:10:01 +0000 Subject: [PATCH] =?UTF-8?q?avec=20le=20commentaire=20que=20j'avais=20oubli?= =?UTF-8?q?=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module3/exo1/analyse-syndrome-grippal.ipynb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index 163a5a2..b60392c 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -41,6 +41,14 @@ " urllib.request.urlretrieve(data_url, data_file)" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Dans la cellule précédente, on a vérifié si un fichier local existe.\n", + "Si ce n'est pas le cas, alors on le télécharge sur le site de Sentinelle." + ] + }, { "cell_type": "markdown", "metadata": {}, -- 2.18.1