Last active
September 4, 2020 00:57
-
-
Save seanavery/27a8f7ba2bfa42c0d5ea988b17410a7c to your computer and use it in GitHub Desktop.
clear all output from ipynb notebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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