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
e49d433d69228e603055881c4819f2f4
mooc-rr
Commits
6a85b945
Commit
6a85b945
authored
Apr 05, 2020
by
e49d433d69228e603055881c4819f2f4
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
d1ce5b3b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
212 additions
and
3 deletions
+212
-3
test.ipynb
module2/exo1/test.ipynb
+59
-0
toy_notebook_en.ipynb
module2/exo1/toy_notebook_en.ipynb
+153
-3
No files found.
module2/exo1/test.ipynb
0 → 100644
View file @
6a85b945
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# À propos du calcul de $\\pi$\n",
"\n",
"## En demandant à la lib maths\n",
"\n",
"Mon ordinateur m'indique que $\\pi$ vaut *approximativement*\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"ename": "ERROR",
"evalue": "Error in parse(text = x, srcfile = src): <text>:1:6: unexpected symbol\n1: from maths\n ^\n",
"output_type": "error",
"traceback": [
"Error in parse(text = x, srcfile = src): <text>:1:6: unexpected symbol\n1: from maths\n ^\nTraceback:\n"
]
}
],
"source": [
"from maths import *\n",
"print(pi)"
]
},
{
"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": 2
}
module2/exo1/toy_notebook_en.ipynb
View file @
6a85b945
This diff is collapsed.
Click to expand it.
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