Last active
March 8, 2023 22:05
-
-
Save phdesign/0e5bc62715312cd263fd87eba5286b4f to your computer and use it in GitHub Desktop.
Run a jupyter notebook in headless mode and update in place
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
jupyter nbconvert --ExecutePreprocessor.timeout=-1 --to notebook --inplace --allow-errors --execute $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment