mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
399 B
399 B
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