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
422b3b2bc6aaa112c184ee1926b56a23
mooc-rr
Commits
cabaa9fe
Commit
cabaa9fe
authored
May 09, 2020
by
422b3b2bc6aaa112c184ee1926b56a23
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exercise 2
parent
493240c4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
182 additions
and
11 deletions
+182
-11
test.ipynb
module2/exo1/test.ipynb
+23
-8
toy_notebook_fr.ipynb
module2/exo1/toy_notebook_fr.ipynb
+159
-3
No files found.
module2/exo1/test.ipynb
View file @
cabaa9fe
...
...
@@ -2,7 +2,11 @@
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"hideCode": false,
"hideOutput": false,
"hidePrompt": true
},
"source": [
"# Titre du document"
]
...
...
@@ -82,15 +86,18 @@
},
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"execution_count": 14,
"metadata": {
"hideCode": true,
"hidePrompt": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"[
96.37120961 91.39340048 114.17539396 ... 93.05328986 100.74054968
\n",
" 1
18.40466679
]\n"
"[
113.98835449 112.47339296 98.14566071 ... 105.93171823 99.02984884
\n",
" 1
09.76366172
]\n"
]
}
],
...
...
@@ -102,7 +109,9 @@
{
"cell_type": "code",
"execution_count": 10,
"metadata": {},
"metadata": {
"hidePrompt": true
},
"outputs": [],
"source": [
"import matplotlib.pyplot as plt"
...
...
@@ -111,7 +120,9 @@
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"metadata": {
"hidePrompt": false
},
"outputs": [
{
"data": {
...
...
@@ -135,7 +146,10 @@
{
"cell_type": "code",
"execution_count": 13,
"metadata": {},
"metadata": {
"hideCode": true,
"hideOutput": true
},
"outputs": [
{
"data": {
...
...
@@ -304,6 +318,7 @@
}
],
"metadata": {
"celltoolbar": "Hide code",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
...
...
module2/exo1/toy_notebook_fr.ipynb
View file @
cabaa9fe
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