From d1a2c9edfca276a9b3952ebe0343d58eb17c9e15 Mon Sep 17 00:00:00 2001 From: 0c46a6992061d330dacd337aa0d1f077 <0c46a6992061d330dacd337aa0d1f077@app-learninglab.inria.fr> Date: Fri, 16 Oct 2020 21:33:27 +0000 Subject: [PATCH] =?UTF-8?q?Analyse=20de=20l'incidence=20du=20syndr=C3=B4me?= =?UTF-8?q?=20grippal=20avec=20une=20copie=20locale=20des=20donn=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module3/exo1/analyse-syndrome-grippal.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index 59d72b5..eb10246 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -16,7 +16,7 @@ "%matplotlib inline\n", "import matplotlib.pyplot as plt\n", "import pandas as pd\n", - "import isoweek" + "import isoweek\n" ] }, { @@ -364,7 +364,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.1" + "version": "3.6.4" } }, "nbformat": 4, -- 2.18.1