We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b65abd commit da8a606Copy full SHA for da8a606
1 file changed
scripts/build_resources.sh
@@ -39,12 +39,4 @@ echo "Building the Jupyter Book"
39
cd ../
40
jupyter-book build book/ --keep-going
41
42
-echo "Clearing Outputs & Metadata from Notebook Sources"
43
-jupyter nbconvert \
44
- --ClearOutputPreprocessor.enabled=True \
45
- --ClearMetadataPreprocessor.enabled=True \
46
- --to=notebook \
47
- --inplace \
48
- book/_build/html/_sources/presentations/hackweek/*.ipynb
49
-
50
check_success
0 commit comments