mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 18:45:59 +02:00
jupyter: add nbconvert example (#4582)
This commit is contained in:
parent
b727765b15
commit
86a01e4aca
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue