Skip to content
Cagtay Fabry edited this page Nov 26, 2020 · 2 revisions

FAQ

CI pipelines / Github actions

The "check notebooks" action fails. How do I remove all outputs from an ipython notebook?

As described in this Stack Overflow answer, simply run

jupyter nbconvert --clear-output --inplace my_notebook.ipynb

Or within JupyterLab select from the top menu: Kernel -> Restart Kernel and Clear All Outputs