diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index ac2bc467fa0eee3d958822ecf7d0b73af490713c..5326ac386c0c2ff56780cd52ebea43bd23291119 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -38,6 +38,13 @@ "data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We download the file to make sure this notebook is working even if url changed in the future." + ] + }, { "cell_type": "code", "execution_count": 25,