diff --git a/scripts/jupyter-lab.sh b/scripts/jupyter-lab.sh index 5f131d6..98cefa8 100755 --- a/scripts/jupyter-lab.sh +++ b/scripts/jupyter-lab.sh @@ -8,7 +8,7 @@ echo "=== jupyterlab.sh Install and run JupyterLab locally" echo "+++ installing jupyter" python3 -m venv .venv -. .venv/bin/activate +. .venv/bin/activate --system-site-packages python3 -m pip install pip --upgrade python3 -m pip install --upgrade jupyterlab