Skip to content

Instantly share code, notes, and snippets.

@pjbull
Created June 9, 2018 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjbull/c15fc907005d1a77e86fe3e1d6493ac5 to your computer and use it in GitHub Desktop.
Save pjbull/c15fc907005d1a77e86fe3e1d6493ac5 to your computer and use it in GitHub Desktop.
Run all notebooks
find . *.ipynb -maxdepth 0 -type f -exec jupyter nbconvert --ExecutePreprocessor.timeout=-1 --to notebook {} --execute --output {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment