Created
June 9, 2018 00:07
-
-
Save pjbull/c15fc907005d1a77e86fe3e1d6493ac5 to your computer and use it in GitHub Desktop.
Run all notebooks
This file contains 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
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