try 2

parent dbf464c8
......@@ -6,8 +6,25 @@
"metadata": {},
"outputs": [],
"source": [
"# On the computation of \\pi\n",
"## Asking the maths library\n"
"# On the computation of $\\pi$\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"## Asking the maths library\n",
"My computer tells me that $\\pi$ is approximately"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"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