- 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
- Oneliner to run the notebooks
git ls-files | grep ipynb | xargs 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 | grep ipynb | xargs jupyter nbconvert --clear-output