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
6e87c72f0873f418a8ed0c3d2877ebfe
mooc-rr
Commits
2459c6e2
Commit
2459c6e2
authored
Oct 14, 2021
by
6e87c72f0873f418a8ed0c3d2877ebfe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exercise2 14 octobre 2021
parent
e391755a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
260 additions
and
6 deletions
+260
-6
Untitled.ipynb
module2/exo1/Untitled.ipynb
+6
-0
Untitled1.ipynb
module2/exo1/Untitled1.ipynb
+28
-0
toy_notebook_en.ipynb
module2/exo1/toy_notebook_en.ipynb
+157
-3
toy_notebook_fr.ipynb
module2/exo1/toy_notebook_fr.ipynb
+69
-3
No files found.
module2/exo1/Untitled.ipynb
0 → 100644
View file @
2459c6e2
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}
module2/exo1/Untitled1.ipynb
0 → 100644
View file @
2459c6e2
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "R",
"language": "R",
"name": "ir"
},
"language_info": {
"codemirror_mode": "r",
"file_extension": ".r",
"mimetype": "text/x-r-source",
"name": "R",
"pygments_lexer": "r",
"version": "3.4.1"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
module2/exo1/toy_notebook_en.ipynb
View file @
2459c6e2
This diff is collapsed.
Click to expand it.
module2/exo1/toy_notebook_fr.ipynb
View file @
2459c6e2
{
"cells": [],
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# EXEMPLE D'UN DOCUMENT MARKDOWN"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Edition de texte"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"1. **Texte en gras**\n",
"2. _Texte en italique_\n",
"3. ~~Texte barré~~"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Écrire mathématiques"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"1. Une fraction : $\\frac{1}{2}$\n",
"\n",
"2. Des lettres grecques : $\\alpha$, $\\beta$ et $\\gamma$\n",
" "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Un tableau\n",
"\n",
"|Milieu| % |\n",
"|------|----|\n",
"Urbain | 70|\n",
"Rural | 30|"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<!--C'est pratique-->"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
...
...
@@ -16,10 +83,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.
3
"
"version": "3.6.
4
"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
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