From dec0fed0da5ace2c9aad31fcd11611743c096447 Mon Sep 17 00:00:00 2001 From: Rajesh Pandhare <98046333+rajeshkanaka@users.noreply.github.com> Date: Sun, 29 Dec 2024 15:17:46 +0530 Subject: [PATCH] jupyter-lab: add page (#15370) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/common/jupyterlab.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/jupyterlab.md 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`