Skip to content

Commit 3c77605

Browse files
committed
Fixed typo in config that skipped bonus and nb8
1 parent 6d4488e commit 3c77605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbconvert_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
c.NbConvertApp.notebooks = [
5858
"notebooks/*-instructor-*.ipynb",
5959
"notebooks/*-Instructor-*.ipynb",
60-
"notebooks/08-bayesian-curve-regression.ipynb"
60+
"notebooks/08-bayesian-curve-regression.ipynb",
6161
"notebooks/*bonus*.ipynb",
6262
]
6363

0 commit comments

Comments
 (0)