From 685ccbe22fd305875ee7b0f8a2a7193b70a66981 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:49:01 +0100 Subject: [PATCH] jupyter-lab: add Dutch translation (#15437) --- pages.nl/common/jupyter-lab.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages.nl/common/jupyter-lab.md diff --git a/pages.nl/common/jupyter-lab.md b/pages.nl/common/jupyter-lab.md new file mode 100644 index 0000000000..3317974605 --- /dev/null +++ b/pages.nl/common/jupyter-lab.md @@ -0,0 +1,20 @@ +# jupyter lab + +> Interactieve ontwikkelomgeving voor Jupyter notebooks. +> Meer informatie: . + +- Start JupyterLab: + +`jupyter lab` + +- Open een specifiek notebook: + +`jupyter lab {{pad/naar/notebook.ipynb}}` + +- Start JupyterLab in een specifieke map: + +`jupyter lab --notebook-dir {{pad/naar/map}}` + +- Start JupyterLab in debug modus: + +`jupyter lab --debug`