mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
20 lines
424 B
Markdown
20 lines
424 B
Markdown
# jupyter lab
|
|
|
|
> Entorno de desarrollo interactivo para cuadernos Jupyter.
|
|
> Más información: <https://jupyterlab.readthedocs.io/en/stable/>.
|
|
|
|
- Inicia JupyterLab:
|
|
|
|
`jupyter lab`
|
|
|
|
- Abre un cuaderno específico:
|
|
|
|
`jupyter lab {{ruta/a/cuaderno.ipynb}}`
|
|
|
|
- Inicia JupyterLab en un directorio específico:
|
|
|
|
`jupyter lab --notebook-dir {{ruta/al/directorio}}`
|
|
|
|
- Inicia JupyterLab en modo depuración:
|
|
|
|
`jupyter lab --debug`
|