From 95839de5944a740dac8f35cee22b5234fa13594b Mon Sep 17 00:00:00 2001 From: 408798857b9e9b78bf182b621fb56452 <408798857b9e9b78bf182b621fb56452@app-learninglab.inria.fr> Date: Wed, 16 Sep 2020 08:59:15 +0000 Subject: [PATCH] exercice 3 essai 1 --- module3/exo1/analyse-syndrome-grippal.ipynb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index 59d72b5..d23d15d 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -37,6 +37,15 @@ "data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "test" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -364,7 +373,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.1" + "version": "3.6.4" } }, "nbformat": 4, -- 2.18.1