From d66b47f2a0912690ec591e5e8938834f786cc943 Mon Sep 17 00:00:00 2001 From: 992eb64fd0cd187976e6ded1b964880e <992eb64fd0cd187976e6ded1b964880e@app-learninglab.inria.fr> Date: Thu, 29 Apr 2021 21:21:53 +0000 Subject: [PATCH] use local data --- module3/exo1/analyse-syndrome-grippal.ipynb | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index e76511c..bbd6f2d 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -44,9 +44,20 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": 23, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/plain": [ + "True" + ] + }, + "execution_count": 23, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "data_file = \"syndrome-grippal.csv\"\n", "\n", -- 2.18.1