diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index 4df9d7602cd8309f333e74e3a8c5f69f7b163e19..bc98f24f11e9bc397f89f97219afed7f5eba8791 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -48,6 +48,18 @@ "\n", "Réalisation du graphique qui montre une oscillation périodique superposée à une évolution systématique plus lente" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# Importation des librairies nécessaire à l'exercice\n", + "%matplotlib inline\n", + "import matplotlib.pyplot as plt\n", + "import pandas as pd" + ] } ], "metadata": {