Skip to content

Commit

Permalink
jupyter-lab: add Spanish translation (#15525)
Browse files Browse the repository at this point in the history
  • Loading branch information
kant authored Jan 30, 2025
1 parent caf016a commit ee5193e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages.es/common/jupyter-lab.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit ee5193e

Please sign in to comment.