Skip to content

Commit 8a1c901

Browse files
authored
Add NBs for SciPy 2022 (#103)
* Add NBs for SciPy 2022 * Add data SciPy 2022 * Add new env * Add images * Edit NB 2 * Delete final_notebook.ipynb
1 parent 8a6c765 commit 8a1c901

25 files changed

+193710
-4
lines changed

binder/environment.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- python>=3.8
99
- jupyter
1010
- jupyterlab>=3.0
11-
- pymc3
11+
- pymc=4.0
1212
- pip
1313
- seaborn
1414
- matplotlib
@@ -24,7 +24,6 @@ dependencies:
2424
- pandoc
2525
- black
2626
- nbstripout
27-
- "python-graphviz"
2827
- pylint
2928
- arviz
3029
- theano
@@ -37,11 +36,13 @@ dependencies:
3736
- pre-commit
3837
- networkx
3938
- mamba
39+
- "python-graphviz"
4040
- pyprojroot
4141
- faker
4242
- pip:
4343
- mkdocs
4444
- mkdocs-material
4545
- mknotebooks
4646
- daft
47-
# Need to add pip install from github for repo, so solutions can be executed.
47+
- gapminder
48+
# Need to add pip install from github for repo, so solutions can be executed.

data/Batting.csv

+108,790
Large diffs are not rendered by default.

data/Pitching.csv

+48,400
Large diffs are not rendered by default.

data/Prussion Horse-Kick Data.csv

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
"Year","GC","C1","C2","C3","C4","C5","C6","C7","C8","C9","C10","C11","C14","C15"
2+
"1875","0","0","0","0","0","0","0","1","1","0","0","0","1","0"
3+
"1876","2","0","0","0","1","0","0","0","0","0","0","0","1","1"
4+
"1877","2","0","0","0","0","0","1","1","0","0","1","0","2","0"
5+
"1878","1","2","2","1","1","0","0","0","0","0","1","0","1","0"
6+
"1879","0","0","0","1","1","2","2","0","1","0","0","2","1","0"
7+
"1880","0","3","2","1","1","1","0","0","0","2","1","4","3","0"
8+
"1881","1","0","0","2","1","0","0","1","0","1","0","0","0","0"
9+
"1882","1","2","0","0","0","0","1","0","1","1","2","1","4","1"
10+
"1883","0","0","1","2","0","1","2","1","0","1","0","3","0","0"
11+
"1884","3","0","1","0","0","0","0","1","0","0","2","0","1","1"
12+
"1885","0","0","0","0","0","0","1","0","0","2","0","1","0","1"
13+
"1886","2","1","0","0","1","1","1","0","0","1","0","1","3","0"
14+
"1887","1","1","2","1","0","0","3","2","1","1","0","1","2","0"
15+
"1888","0","1","1","0","0","1","1","0","0","0","0","1","1","0"
16+
"1889","0","0","1","1","0","1","1","0","0","1","2","2","0","2"
17+
"1890","1","2","0","2","0","1","1","2","0","2","1","1","2","2"
18+
"1891","0","0","0","1","1","1","0","1","1","0","3","3","1","0"
19+
"1892","1","3","2","0","1","1","3","0","1","1","0","1","1","0"
20+
"1893","0","1","0","0","0","1","0","2","0","0","1","3","0","0"
21+
"1894","1","0","0","0","0","0","0","0","1","0","1","1","0","0"

0 commit comments

Comments
 (0)