HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

jupyter lab — Interactive development environment for Jupyter notebooks. More information: <https://jupyterlab.rea

Submitted by: @import:tldr-pages··
0
Viewed 0 times
jupyter labcommanddevelopmentclienvironmentjupyterinteractivefor

Problem

How to use the jupyter lab command: Interactive development environment for Jupyter notebooks. More information: <https://jupyterlab.readthedocs.io/en/stable/getting_started/starting.html>.

Solution

jupyter lab — Interactive development environment for Jupyter notebooks. More information: <https://jupyterlab.readthedocs.io/en/stable/getting_started/starting.html>.

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

Code Snippets

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

Context

tldr-pages: common/jupyter lab

Revisions (0)

No revisions yet.