From 71dc352d39b8c1cffd180e191842c2129271e258 Mon Sep 17 00:00:00 2001 From: 521adc37f04e8509ebf5ce131815aa0a <521adc37f04e8509ebf5ce131815aa0a@app-learninglab.inria.fr> Date: Mon, 8 Feb 2021 08:17:30 +0000 Subject: [PATCH] =?UTF-8?q?Importer=20les=20biblioth=C3=A8ques?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module3/exo3/exercice.ipynb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index 64769f1..6cdd889 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -7,6 +7,17 @@ "# Sujet 2 : le pouvoir d'achat des ouvriers anglais du XVIe au XIXe siècle" ] }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import pandas as pd\n", + "import numpy as np\n", + "import matplotlib.pyplot as plt" + ] + }, { "cell_type": "code", "execution_count": null, -- 2.18.1