Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sezan92/51ed9fe71bdf4cf3eca75e3321d9849a to your computer and use it in GitHub Desktop.
Save sezan92/51ed9fe71bdf4cf3eca75e3321d9849a to your computer and use it in GitHub Desktop.
command to remove automatically created .ipynb_checkpoints folders and their checkpoints
rm -rf `find -type d -name .ipynb_checkpoints`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment