Skip to content

Instantly share code, notes, and snippets.

@VioletVivirand
Last active November 2, 2018 08:45
Show Gist options
  • Save VioletVivirand/546373e0f1b900b3dca44e15a75b3f75 to your computer and use it in GitHub Desktop.
Save VioletVivirand/546373e0f1b900b3dca44e15a75b3f75 to your computer and use it in GitHub Desktop.
Remove Jupyter Notebook's Output
# Ref: https://stackoverflow.com/a/47774393/2975670
jupyter nbconvert --ClearOutputPreprocessor.enabled=True --to notebook input.ipynb --output output.ipynb
jupyter nbconvert --clear-output --to notebook boston.ipynb --output output.ipynb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment