1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:15:32 +02:00

jupyter-lab: add Spanish translation (#15525)

This commit is contained in:
Darío Hereñú 2025-01-30 14:11:25 -03:00 committed by GitHub
parent caf016a7f9
commit ee5193e4ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,20 @@
# 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`