Ajout du notebook toy_notebook.ipynb

parent a1cf6ba7
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Some mathematical calculations"
]
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 1,
"metadata": {},
"outputs": [
{
......@@ -11,7 +18,7 @@
"0.8"
]
},
"execution_count": 3,
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
......@@ -30,7 +37,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"$$\\int_0^\\infty e^{-x^2} dx = \\frac{\\sqrt{\\pi}}{2}$$"
" $$\\int_0^\\infty e^{-x^2} dx = \\frac{\\sqrt{\\pi}}{2}$$"
]
},
{
......@@ -44,32 +51,42 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**A bullet list:**\n",
"**A bullet list**:\n",
"\n",
"- the first element:\n",
" - water\n",
" - LNAPL\n",
" \n",
"- the second element:\n",
" - SER\n",
" - MSS\n",
"- the first ellemnt\n",
" -water\n",
" -LNAPL\n",
"\n",
"**A numbered list:**\n",
"- the second element\n",
" -SER\n",
" -Polymer flooding\n",
"\n",
"1. the first element;\n",
"**A nummbered list**:\n",
"\n",
"1. the first element\n",
"2. the second element"
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"source": [
"# A code block"
]
},
{
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": [
"# A code block\n",
"\n",
"print(\"Hello, world!\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
......
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