1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.es/common/jupyter-lab.md
2025-01-30 22:41:25 +05:30

424 B

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