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
fac8f4cc02bfb4e3dfb02802cea5d62a
mooc-rr
Commits
4eb38b77
Commit
4eb38b77
authored
Jan 11, 2024
by
fac8f4cc02bfb4e3dfb02802cea5d62a
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initialise file
parent
9f4b89e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
0 deletions
+64
-0
Untitled.ipynb
module3/exo1/Untitled.ipynb
+6
-0
Exercice_evaluation_pairs_sujet_1_CO2.ipynb
module3/exo3/Exercice_evaluation_pairs_sujet_1_CO2.ipynb
+58
-0
No files found.
module3/exo1/Untitled.ipynb
0 → 100644
View file @
4eb38b77
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}
module3/exo3/
exercice
.ipynb
→
module3/exo3/
Exercice_evaluation_pairs_sujet_1_CO2
.ipynb
View file @
4eb38b77
{
"cells": [],
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"%matplotlib inline\n",
"import matplotlib.pyplot as plt\n",
"import pandas as pd\n",
"import isoweek\n",
"import os"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"#change when website works again\n",
"if os.path.exists(\"incidence-PAY-3.csv\"):\n",
" data_path = \"incidence-PAY-3.csv\"\n",
"else:\n",
" data_path = \"https://scrippsco2.ucsd.edu/data/atmospheric_co2/primary_mlo_co2_record.html\""
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
...
...
@@ -16,10 +50,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