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
f969076062e7e87452e3220760453367
mooc-rr
Commits
eefb6009
Commit
eefb6009
authored
Apr 27, 2020
by
f969076062e7e87452e3220760453367
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test 1
parent
d5acfde5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
3 deletions
+25
-3
toy_notebook_fr.ipynb
module2/exo1/toy_notebook_fr.ipynb
+25
-3
No files found.
module2/exo1/toy_notebook_fr.ipynb
View file @
eefb6009
...
@@ -4,14 +4,36 @@
...
@@ -4,14 +4,36 @@
"cell_type": "markdown",
"cell_type": "markdown",
"metadata": {},
"metadata": {},
"source": [
"source": [
"Test 1"
"toy_notebook_fr\n",
"===============\n",
"\n",
"March 28, 2019\n",
"----------------------\n",
"\n",
"# À propos du calcul de pi\n",
"\n",
"## En demandant à la lib maths\n",
"\n",
"Mon ordinateur m'indique que pi vaut _approximativement_"
]
]
},
},
{
{
"cell_type": "markdown",
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"metadata": {},
"outputs": [
{
"ename": "IndentationError",
"evalue": "unexpected indent (<ipython-input-4-26a0cd4a0b18>, line 2)",
"output_type": "error",
"traceback": [
"\u001b[0;36m File \u001b[0;32m\"<ipython-input-4-26a0cd4a0b18>\"\u001b[0;36m, line \u001b[0;32m2\u001b[0m\n\u001b[0;31m print(pi)\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mIndentationError\u001b[0m\u001b[0;31m:\u001b[0m unexpected indent\n"
]
}
],
"source": [
"source": [
"Test 2"
"from math import *\n",
" print(pi)"
]
]
},
},
{
{
...
...
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