Files
cheatsheet-tldr/tldr/jupyter-lab
2026-01-01 00:25:00 +00:00

26 lines
528 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# jupyter lab
> Interactive development environment for Jupyter notebooks.
> More information: <https://jupyterlab.readthedocs.io/en/stable/getting_started/starting.html>.
- 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`