Skip to content

Instantly share code, notes, and snippets.

@kjaanson
Created May 13, 2017 21:16
Show Gist options
  • Save kjaanson/0edeb647dfd999d767dc83eaa7ae21be to your computer and use it in GitHub Desktop.
Save kjaanson/0edeb647dfd999d767dc83eaa7ae21be to your computer and use it in GitHub Desktop.
nbconvert commands with options

Run notebook with specified log level

jupyter nbconvert --Application.log_level=10

Running a notebook

jupyter nbconvert --to notebook --execute mynotebook.ipynb

More in docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment