snippetbashTip
jupyter lab — Interactive development environment for Jupyter notebooks. More information: <https://jupyterlab.rea
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 labOpen a specific notebook:
jupyter lab {{path/to/notebook}}.ipynbStart JupyterLab in a specific directory:
jupyter lab --notebook-dir {{path/to/directory}}Start JupyterLab in debug mode:
jupyter lab --debugCode Snippets
Start JupyterLab
jupyter labOpen a specific notebook
jupyter lab {{path/to/notebook}}.ipynbStart JupyterLab in a specific directory
jupyter lab --notebook-dir {{path/to/directory}}Start JupyterLab in debug mode
jupyter lab --debugContext
tldr-pages: common/jupyter lab
Revisions (0)
No revisions yet.