diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index 87b74df9cb14179e4aa6b8026f29ba9ff6369db8..bd9829cdff11a5159264437bea44c953c78ee7a0 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -59,6 +59,13 @@ "La première ligne du fichier CSV est un commentaire, que nous ignorons en précisant `skiprows=1`." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Si la copie locale n'existe pas, j'essaye de la télécharger sur le réseau Sentinelle :" + ] + }, { "cell_type": "code", "execution_count": 3,