Skip to content

Instantly share code, notes, and snippets.

@seanavery
Last active September 4, 2020 00:57
Show Gist options
  • Save seanavery/27a8f7ba2bfa42c0d5ea988b17410a7c to your computer and use it in GitHub Desktop.
Save seanavery/27a8f7ba2bfa42c0d5ea988b17410a7c to your computer and use it in GitHub Desktop.
clear all output from ipynb notebook
# https://stackoverflow.com/questions/28908319/how-to-clear-an-ipython-notebooks-output-in-all-cells-from-the-linux-terminal
jupyter nbconvert --ClearOutputPreprocessor.enabled=True --clear-output *.ipynb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment