Skip to content

Commit da8a606

Browse files
authored
Remove clearing outputs and metadata from notebooks
Removed commands to clear outputs and metadata from notebook sources during the build process.
1 parent 6b65abd commit da8a606

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

scripts/build_resources.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,4 @@ echo "Building the Jupyter Book"
3939
cd ../
4040
jupyter-book build book/ --keep-going
4141

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-
5042
check_success

0 commit comments

Comments
 (0)