Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
f8dc60cab5180566667b00ce62a51ae7
mooc-rr
Commits
90d502e2
Commit
90d502e2
authored
Jun 13, 2025
by
f8dc60cab5180566667b00ce62a51ae7
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ajout du notebook toy_notebook.ipynb
parent
a1cf6ba7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
18 deletions
+35
-18
.ipynb
module2/exo1/.ipynb
+35
-18
No files found.
module2/exo1/.ipynb
View file @
90d502e2
{
"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": {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment