From 5344c56f4d979d23f05a058904f2d916e404015d Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Wed, 10 Nov 2021 14:14:03 +0000 Subject: [PATCH] Cleanup jupyter-lab.sh script output --- scripts/jupyter-lab.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/jupyter-lab.sh b/scripts/jupyter-lab.sh index 36ea3a0..5f131d6 100755 --- a/scripts/jupyter-lab.sh +++ b/scripts/jupyter-lab.sh @@ -4,7 +4,7 @@ if [ -r ./local.sh ] ; then . ./local.sh fi -echo "=== Install and run JupyterLab locally" +echo "=== jupyterlab.sh Install and run JupyterLab locally" echo "+++ installing jupyter" python3 -m venv .venv @@ -18,4 +18,5 @@ python3 -m bash_kernel.install python3 -m pip install --upgrade jupyterlab-spellchecker +echo "+++ run jupyter" jupyter-lab --port=8081