Test 1

parent d5acfde5
...@@ -4,14 +4,36 @@ ...@@ -4,14 +4,36 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Test 1" "toy_notebook_fr\n",
"===============\n",
"\n",
"March 28, 2019\n",
"----------------------\n",
"\n",
"# À propos du calcul de pi\n",
"\n",
"## En demandant à la lib maths\n",
"\n",
"Mon ordinateur m'indique que pi vaut _approximativement_"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "code",
"execution_count": 4,
"metadata": {}, "metadata": {},
"outputs": [
{
"ename": "IndentationError",
"evalue": "unexpected indent (<ipython-input-4-26a0cd4a0b18>, line 2)",
"output_type": "error",
"traceback": [
"\u001b[0;36m File \u001b[0;32m\"<ipython-input-4-26a0cd4a0b18>\"\u001b[0;36m, line \u001b[0;32m2\u001b[0m\n\u001b[0;31m print(pi)\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mIndentationError\u001b[0m\u001b[0;31m:\u001b[0m unexpected indent\n"
]
}
],
"source": [ "source": [
"Test 2" "from math import *\n",
" print(pi)"
] ]
}, },
{ {
......
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