mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-16 13:55:46 +02:00
jupyter-lab: add page (#15370)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
dc62726ce7
commit
dec0fed0da
1 changed files with 20 additions and 0 deletions
20
pages/common/jupyterlab.md
Normal file
20
pages/common/jupyterlab.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# jupyter lab
|
||||
|
||||
> Interactive development environment for Jupyter notebooks.
|
||||
> More information: <https://jupyterlab.readthedocs.io/en/stable/>.
|
||||
|
||||
- Start JupyterLab:
|
||||
|
||||
`jupyter lab`
|
||||
|
||||
- Open a specific notebook:
|
||||
|
||||
`jupyter lab {{path/to/notebook.ipynb}}`
|
||||
|
||||
- Start JupyterLab in a specific directory:
|
||||
|
||||
`jupyter lab --notebook-dir {{path/to/directory}}`
|
||||
|
||||
- Start JupyterLab in debug mode:
|
||||
|
||||
`jupyter lab --debug`
|
Loading…
Add table
Reference in a new issue