We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7e25d commit 591dd28Copy full SHA for 591dd28
environment.yml
@@ -1,7 +1,7 @@
1
name: bayesian-modelling-tutorial
2
channels:
3
-- defaults
4
- conda-forge
+- defaults
5
- ericmjl
6
dependencies:
7
- python=3.7
@@ -10,7 +10,7 @@ dependencies:
10
- pip
11
- seaborn
12
- matplotlib
13
-- numpy
+- numpy>=1.16
14
- scipy
15
- pandas
16
- jupyterlab
nbconvert_config.py
@@ -56,9 +56,6 @@
56
# positionally will be added to the list.
57
c.NbConvertApp.notebooks = [
58
"notebooks/*-instructor-*.ipynb",
59
- "notebooks/*-Instructor-*.ipynb",
60
- "notebooks/08-bayesian-curve-regression.ipynb",
61
- "notebooks/*bonus*.ipynb",
62
]
63
64
## overwrite base name use for output files. can only be used when converting one
0 commit comments