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

jupyter-lab: add Dutch translation (#15437)

This commit is contained in:
Sebastiaan Speck 2025-01-03 21:49:01 +01:00 committed by GitHub
parent 8abaabc591
commit 685ccbe22f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,20 @@
# jupyter lab
> Interactieve ontwikkelomgeving voor Jupyter notebooks.
> Meer informatie: <https://jupyterlab.readthedocs.io/en/stable/>.
- Start JupyterLab:
`jupyter lab`
- Open een specifiek notebook:
`jupyter lab {{pad/naar/notebook.ipynb}}`
- Start JupyterLab in een specifieke map:
`jupyter lab --notebook-dir {{pad/naar/map}}`
- Start JupyterLab in debug modus:
`jupyter lab --debug`