diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 137f322fb373f7f19587f1b36b10115fa37fc96a..825c4150b65d7608d1e724e9bdf28f9a6968f494 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -1,14 +1,14 @@ { "cells": [ { - "cell_type": "raw", + "cell_type": "markdown", "metadata": {}, "source": [ "# À propos du calcul de $\\pi$" ] }, { - "cell_type": "raw", + "cell_type": "markdown", "metadata": {}, "source": [ "## En demandant à la lib maths\n", @@ -34,7 +34,7 @@ ] }, { - "cell_type": "raw", + "cell_type": "markdown", "metadata": {}, "source": [ "## En utilisant la méthode des aiguilles de Buffon\n", @@ -67,7 +67,7 @@ ] }, { - "cell_type": "raw", + "cell_type": "markdown", "metadata": {}, "source": [ "## Avec un argument \"fréquentiel\" de surface\n", @@ -116,7 +116,7 @@ ] }, { - "cell_type": "raw", + "cell_type": "markdown", "metadata": {}, "source": [ "Il est alors aisé d'obtenir une approximation (pas terrible) de $\\pi$ en comptant combien de fois, en moyenne, $X^2 + Y^2$ est inférieur à 1 :" @@ -143,7 +143,7 @@ ] }, { - "cell_type": "raw", + "cell_type": "markdown", "metadata": {}, "source": [ "fini"