2025-03-14 21:59:59 -06:00
|
|
|
# jupyter lab
|
|
|
|
|
|
|
|
|
|
> Entorno de desarrollo interactivo para cuadernos Jupyter.
|
2026-02-18 06:55:01 -07:00
|
|
|
> Más información: <https://jupyterlab.readthedocs.io/en/stable/getting_started/starting.html>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Inicia JupyterLab:
|
|
|
|
|
|
|
|
|
|
`jupyter lab`
|
|
|
|
|
|
|
|
|
|
- Abre un cuaderno específico:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`jupyter lab {{ruta/a/cuaderno}}.ipynb`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Inicia JupyterLab en un directorio específico:
|
|
|
|
|
|
|
|
|
|
`jupyter lab --notebook-dir {{ruta/al/directorio}}`
|
|
|
|
|
|
|
|
|
|
- Inicia JupyterLab en modo depuración:
|
|
|
|
|
|
|
|
|
|
`jupyter lab --debug`
|