Ajout du notebook toy_notebook.ipynb

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