1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-16 09:35:41 +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:
Rajesh Pandhare 2024-12-29 15:17:46 +05:30 committed by GitHub
parent dc62726ce7
commit dec0fed0da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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`