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
a558d23ffc8a05a7c0c91487b89e40bf
mooc-rr
Commits
eaa6e1c4
Commit
eaa6e1c4
authored
Apr 22, 2020
by
a558d23ffc8a05a7c0c91487b89e40bf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no commit message
parent
44d58308
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
93 deletions
+1
-93
TP2.ipynb
module2/exo1/TP2.ipynb
+0
-6
Untitled.ipynb
module2/exo1/Untitled.ipynb
+0
-6
Untitled1.ipynb
module2/exo1/Untitled1.ipynb
+0
-6
Untitled2.ipynb
module2/exo1/Untitled2.ipynb
+0
-73
toy_notebook_fr.ipynb
module2/exo1/toy_notebook_fr.ipynb
+1
-2
No files found.
module2/exo1/TP2.ipynb
deleted
100644 → 0
View file @
44d58308
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}
module2/exo1/Untitled.ipynb
deleted
100644 → 0
View file @
44d58308
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}
module2/exo1/Untitled1.ipynb
deleted
100644 → 0
View file @
44d58308
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}
module2/exo1/Untitled2.ipynb
deleted
100644 → 0
View file @
44d58308
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"1. A propos du calcul de Pi\n",
"\n",
"Mon ordinateur m'indique que pi vaut approximativement :"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"3.141592653589793\n"
]
}
],
"source": [
"from math import *\n",
"print(pi)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"2. En utilisant la méthode des aiguilles de Buffon"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
module2/exo1/toy_notebook_fr.ipynb
View file @
eaa6e1c4
...
@@ -4,8 +4,7 @@
...
@@ -4,8 +4,7 @@
"cell_type": "markdown",
"cell_type": "markdown",
"metadata": {},
"metadata": {},
"source": [
"source": [
"# 1. A propos du calcul de Pi\n",
"# 1. A propos du calcul de Pi"
"\n"
]
]
},
},
{
{
...
...
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