From aa74806ca7a6721d84783121257b4f0c1c8503ee Mon Sep 17 00:00:00 2001 From: d74768aab553d24115c5e34e3b02930c Date: Thu, 27 Jun 2024 11:55:41 +0000 Subject: [PATCH] add small comment to explain why we store local csv --- module3/exo1/analyse-syndrome-grippal.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index ac2bc46..5326ac3 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, -- 2.18.1