From 29027da75178a5ca834ecaa29d6aa9d11d29fbd9 Mon Sep 17 00:00:00 2001 From: Breck <37387936+breckuh@users.noreply.github.com> Date: Mon, 10 Sep 2018 21:10:47 -1000 Subject: [PATCH] jupyter: add lab command (#2323) --- pages/common/jupyter.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/jupyter.md b/pages/common/jupyter.md index 27b331324..3ee18191f 100644 --- a/pages/common/jupyter.md +++ b/pages/common/jupyter.md @@ -22,3 +22,7 @@ - Stop the currently running server: `jupyter notebook stop` + +- Start JupyterLab, if installed, in the current directory: + +`jupyter lab`