Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
Cleanup jupyter-lab.sh script output
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Middelkoop authored and Timothy Middelkoop committed Nov 10, 2021
1 parent b7a4a35 commit 5344c56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/jupyter-lab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,4 +18,5 @@ python3 -m bash_kernel.install

python3 -m pip install --upgrade jupyterlab-spellchecker

echo "+++ run jupyter"
jupyter-lab --port=8081

0 comments on commit 5344c56

Please sign in to comment.