From 6ce7403740668e72a403e295e6418040e90dff47 Mon Sep 17 00:00:00 2001 From: 2207ee6c4b0763c29ab8f98156e3343c <2207ee6c4b0763c29ab8f98156e3343c@app-learninglab.inria.fr> Date: Tue, 10 Aug 2021 15:21:05 +0000 Subject: [PATCH] avec commentaire --- module3/exo1/analyse-syndrome-grippal.ipynb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index 6783e00..39d9b63 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -57,12 +57,10 @@ ] }, { - "cell_type": "code", - "execution_count": 32, + "cell_type": "markdown", "metadata": {}, - "outputs": [], "source": [ - "#!rm ./local_data*\n" + "Les données sont téléchargés dans un fichier local pour la reproductibilité. Si le fichier local n'existe pas il est telechargé a partir de l'url dans la variable *data_url*" ] }, { -- 2.18.1