toy-notebook_fr_version9

parent 5866560a
......@@ -38,12 +38,12 @@
"metadata": {},
"source": [
"## En utilisant la méthode des aiguilles de Buffon\n",
"Mais calculé avec la __méthode__ des [aiguilles de Buffon](https://fr.wikipedia.org/wiki/Aiguille_de_Buffon), on obtiendrait comme __approximation__ :"
"Mais calculé avec la __méthode__ des [aiguilles de Buffon](https://fr.wikipedia.org/wiki/Aiguille_de_Buffon), on obtiendrait comme __approximation__ :\n"
]
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 10,
"metadata": {},
"outputs": [
{
......@@ -52,7 +52,7 @@
"3.128911138923655"
]
},
"execution_count": 9,
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
......@@ -76,7 +76,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 11,
"metadata": {},
"outputs": [
{
......@@ -93,7 +93,7 @@
}
],
"source": [
"%matplotlib inline\n",
"%matplotlib inline \n",
"import matplotlib.pyplot as plt\n",
"\n",
"np.random.seed(seed=42)\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment