Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kiendang
Created March 8, 2018 08:26
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 kiendang/4b3dc7da6f61560be1b13c2e398c1265 to your computer and use it in GitHub Desktop.
Save kiendang/4b3dc7da6f61560be1b13c2e398c1265 to your computer and use it in GitHub Desktop.
Execute jupyter notebook in the terminal
#!/bin/bash
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=-1 "$1" --output "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment