- The notebooks need to contain execution output for NBViewer
- The notebooks should be run in an env created with
conda env create -n bokeh-notebooks -f environment.yml
. Make sure to activate your env withconda activate bokeh-notebooks
before using or developing the notebooks! - Oneliner to run the notebooks
git ls-files -z \*.ipynb | xargs -0 jupyter nbconvert --to notebook --inplace --execute
- While working on changes, if you want to strip the output from the notebooks you can
git ls-files -z \*.ipynb | xargs -0 jupyter nbconvert --clear-output
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.