1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 16:42:10 +02:00
tldr/pages/common/jupyter-lab.md
2024-12-30 12:13:15 +01:00

406 B

jupyter lab

Interactive development environment for Jupyter notebooks. More information: https://jupyterlab.readthedocs.io/en/stable/.

  • Start JupyterLab:

jupyter lab

  • Open a specific notebook:

jupyter lab {{path/to/notebook.ipynb}}

  • Start JupyterLab in a specific directory:

jupyter lab --notebook-dir {{path/to/directory}}

  • Start JupyterLab in debug mode:

jupyter lab --debug