Skip to content

Commit 33ad7df

Browse files
authored
Merge pull request #4 from github/jungaretti/add-requirements
Add interactive notebook and requirements
2 parents 9ffd3c4 + 0755338 commit 33ad7df

File tree

5 files changed

+103
-65
lines changed

5 files changed

+103
-65
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"customizations": {
66
"codespaces": {
7-
"openFiles": ["notebooks/Linear.ipynb"]
7+
"openFiles": []
88
},
99
"vscode": {
1010
"extensions": [
@@ -13,5 +13,5 @@
1313
]
1414
}
1515
},
16-
"postCreateCommand": ""
16+
"postCreateCommand": "python3 -m pip install -r requirements.txt"
1717
}

data/atlantis.csv

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
year,population
2+
2000,12400
3+
2001,12800
4+
2002,13800
5+
2003,13600
6+
2004,14200
7+
2005,15600
8+
2006,17600
9+
2007,19200
10+
2008,20300
11+
2009,20800
12+
2010,21200
13+
2011,22400
14+
2012,23400
15+
2013,24500
16+
2014,25800
17+
2015,26100
18+
2016,28300
19+
2017,29600
20+
2018,32100
21+
2019,32500
22+
2020,33200
23+
2021,33800

notebooks/Linear.ipynb

Lines changed: 0 additions & 63 deletions
This file was deleted.

notebooks/population.ipynb

Lines changed: 76 additions & 0 deletions
Large diffs are not rendered by default.

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
matplotlib
2+
pandas

0 commit comments

Comments
 (0)