From ff37f7bec38e730e1b1f2786e539f78557c5a5dd Mon Sep 17 00:00:00 2001 From: 521adc37f04e8509ebf5ce131815aa0a <521adc37f04e8509ebf5ce131815aa0a@app-learninglab.inria.fr> Date: Mon, 1 Feb 2021 07:42:48 +0000 Subject: [PATCH] matplotlib --- module2/exo1/toy_notebook_fr.ipynb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 7177f21..67c42ac 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -109,6 +109,16 @@ "méthode de Monte Carlo sur Wikipedia)](https://fr.wikipedia.org/wiki/M%C3%A9thode_de_Monte-Carlo#D%C3%A9termination_de_la_valeur_de_%CF%80). Le code suivant illustre ce fait :" ] }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": {}, + "outputs": [], + "source": [ + "%matplotlib inline\n", + "import matplotlib.pyplot as plt" + ] + }, { "cell_type": "code", "execution_count": null, -- 2.18.1