From e21e41c9070a75e68cae5498653b4285ebe17053 Mon Sep 17 00:00:00 2001 From: 4ea53c21f37d3b692bdeef03c3c1ec7e <4ea53c21f37d3b692bdeef03c3c1ec7e@app-learninglab.inria.fr> Date: Fri, 5 Jun 2020 09:08:46 +0000 Subject: [PATCH] no commit message --- module3/exo3/exercice.ipynb | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index c543b9f..e707d90 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -17,11 +17,21 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 7, "metadata": {}, "outputs": [], "source": [ - "data := https://scrippsco2.ucsd.edu/data/atmospheric_co2/primary_mlo_co2_record.html" + "data = \"https://scrippsco2.ucsd.edu/data/atmospheric_co2/primary_mlo_co2_record.html\"" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [], + "source": [ + "#Fichier utilisé : \n", + "data_file = \"monthly_in_situ_co2_mlo.csv\"" ] } ], -- 2.18.1