commands.sh

jupyter lab

all

Interactive development environment for Jupyter notebooks.

More info →

Examples (4)

Start JupyterLab

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
made by @shridhargupta | data from tldr-pages