Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jupyter-lab: add Spanish translation #15525

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`
Loading