diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index 348fac1aac5206cc528697377de535c31255f884..a9eebec962c4ae5d2df987c376b8f40721b54878 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -14,7 +14,7 @@ "outputs": [], "source": [ "# Activer l'affichage des graphiques dans le notebook (jupyter) en ligne.\n", - "%matplotlib inline\n", + "%matplotlib inline \n", "\n", "# Importer les bibliothèques nécessaires\n", "import matplotlib.pyplot as plt # Pour la création de graphiques\n",