jupyter: add nbconvert example (#4582)

beep
Francesco Franchina 2020-10-10 04:38:25 +02:00 committed by GitHub
parent b727765b15
commit 86a01e4aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
`jupyter notebook {{example.ipynb}}`
- Export a specific Jupyter notebook into another format:
`jupyter nbconvert --to {{html|markdown|pdf|script}} {{example.ipynb}}`
- Start a server on a specific port:
`jupyter notebook --port={{port}}`