mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 11:55:44 +02:00
jupyter-lab: add Dutch translation (#15437)
This commit is contained in:
parent
8abaabc591
commit
685ccbe22f
1 changed files with 20 additions and 0 deletions
20
pages.nl/common/jupyter-lab.md
Normal file
20
pages.nl/common/jupyter-lab.md
Normal 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`
|
Loading…
Add table
Reference in a new issue