From c40d830e0036e423c7d63c5003101adb03208c84 Mon Sep 17 00:00:00 2001 From: 28e1f4de90ce29a7aec6f2ae83fdfffc <28e1f4de90ce29a7aec6f2ae83fdfffc@app-learninglab.inria.fr> Date: Wed, 13 Aug 2025 15:47:27 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20partie=20compr=C3=A9hension?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo4/exercice.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/module2/exo4/exercice.ipynb b/module2/exo4/exercice.ipynb index be59266..f030720 100644 --- a/module2/exo4/exercice.ipynb +++ b/module2/exo4/exercice.ipynb @@ -191,6 +191,13 @@ "\n", "plt.show()" ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Le second graphique a imposer de changer le type de données passé à la fonction historique via np.array . L'import des données se faisant via pandas ne fonctionnant pas avec cette fonction, bien que fonctionnant avec plot." + ] } ], "metadata": { -- 2.18.1