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
6870d61c58e6946ec72c57da6f214d2e
mooc-rr
Commits
f8c67905
Commit
f8c67905
authored
Jan 17, 2021
by
6870d61c58e6946ec72c57da6f214d2e
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Notebook exécuté pas à pas, deux typos corrigées
parent
96558d04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2193 additions
and
40 deletions
+2193
-40
exercice.ipynb
module2/exo4/exercice.ipynb
+19
-4
analyse-syndrome-grippal.ipynb
module3/exo1/analyse-syndrome-grippal.ipynb
+2174
-36
No files found.
module2/exo4/exercice.ipynb
View file @
f8c67905
...
...
@@ -13,6 +13,13 @@
"source": [
"## 16/01/2021\n",
"\n",
":markdown:equation:"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Pour ajouter des équations dans des cellules Markdown, mettre les éléments entre des `$ $`.\\\n",
"Par exemple:\\\n",
"`$\\pi$` → $\\pi$\\\n",
...
...
@@ -26,6 +33,14 @@
"metadata": {},
"source": [
"## 17/01/2021\n",
"\n",
":python:matplotlib:"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Pour la fonction histogramme plt.hist(), bins = permet de fixer le nombre de barres, pas la largeur de l'histogramme.\\\n",
"Une façon de contourner ça:\\\n",
"`\n",
...
...
@@ -66,11 +81,11 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": []
"source": [
"Mettre des tags entre :: dans le journal pour faciliter la recherche des infos."
]
}
],
"metadata": {
...
...
module3/exo1/analyse-syndrome-grippal.ipynb
View file @
f8c67905
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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