1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/common/jupyter-lab.md

21 lines
399 B
Markdown
Raw Permalink Normal View History

# 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`