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:
parent
caf016a7f9
commit
ee5193e4ae
1 changed files with 20 additions and 0 deletions
20
pages.es/common/jupyter-lab.md
Normal file
20
pages.es/common/jupyter-lab.md
Normal 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`
|
Loading…
Add table
Reference in a new issue