From 460d2948b4198c9e7b03ace5bdc330317d213dff Mon Sep 17 00:00:00 2001 From: 50b5daa9521febd9b1bedafb5c2ad791 <50b5daa9521febd9b1bedafb5c2ad791@app-learninglab.inria.fr> Date: Tue, 27 Oct 2020 10:01:38 +0000 Subject: [PATCH] ex01 --- module3/exo1/influenza-like-illness-analysis.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/module3/exo1/influenza-like-illness-analysis.ipynb b/module3/exo1/influenza-like-illness-analysis.ipynb index 8b93b9f..e53be91 100644 --- a/module3/exo1/influenza-like-illness-analysis.ipynb +++ b/module3/exo1/influenza-like-illness-analysis.ipynb @@ -58,6 +58,13 @@ "The first line of the CSV file is a comment, which we ignore with `skip=1`." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We check if the file is already downloaded and store to a local file to prevent to download every time we run the program. If it is not, we use the link and download it and save it locally." + ] + }, { "cell_type": "code", "execution_count": 35, -- 2.18.1