From e2b65b4887e49dd75bd40aac85247ee078c1f60a Mon Sep 17 00:00:00 2001 From: 8c583b863d985ae32d78a337b95bce69 <8c583b863d985ae32d78a337b95bce69@app-learninglab.inria.fr> Date: Tue, 23 May 2023 20:50:41 +0000 Subject: [PATCH] Reorder cells --- module3/exo1/influenza-like-illness-analysis.ipynb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/module3/exo1/influenza-like-illness-analysis.ipynb b/module3/exo1/influenza-like-illness-analysis.ipynb index 37a1a34..64cdcd9 100644 --- a/module3/exo1/influenza-like-illness-analysis.ipynb +++ b/module3/exo1/influenza-like-illness-analysis.ipynb @@ -27,19 +27,19 @@ ] }, { - "cell_type": "code", - "execution_count": 2, + "cell_type": "markdown", "metadata": {}, - "outputs": [], "source": [ - "data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"" + "To ensure that we always have an available copy of the data, we will dowload it and keep a local version. If we already have a local version we wont download the data again." ] }, { - "cell_type": "markdown", + "cell_type": "code", + "execution_count": 2, "metadata": {}, + "outputs": [], "source": [ - "To ensure that we always have an available copy of the data, we will dowload it and keep a local version. If we already have a local version we wont download the data again." + "data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"" ] }, { -- 2.18.1