diff --git a/pages/common/jupyterlab.md b/pages/common/jupyterlab.md new file mode 100644 index 0000000000..7ce9ded40a --- /dev/null +++ b/pages/common/jupyterlab.md @@ -0,0 +1,20 @@ +# jupyter lab + +> Interactive development environment for Jupyter notebooks. +> More information: . + +- 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`