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

Commit 9f91d70

Browse files
Update run.sh
1 parent cc56b84 commit 9f91d70

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

jupyterlab/run.sh

+2-5
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,11 @@ if ! command -v jupyter-lab > /dev/null 2>&1; then
2525
printf "$${BOLD}Installing jupyterlab!\n"
2626
case $INSTALLER in
2727
uv)
28+
uv venv --seed
2829
uv pip install -q jupyterlab \
2930
&& printf "%s\n" "🥳 jupyterlab has been installed"
3031
JUPYTERPATH="$HOME/.venv/bin/"
3132
;;
32-
pipx)
33-
pipx install jupyterlab \
34-
&& printf "%s\n" "🥳 jupyterlab has been installed"
35-
JUPYTERPATH="$HOME/.local/bin"
36-
;;
3733
esac
3834
else
3935
printf "%s\n\n" "🥳 jupyterlab is already installed"
@@ -48,6 +44,7 @@ unset HTTPS_PROXY
4844

4945
printf "👷 Starting jupyterlab in background..."
5046
printf "check logs at ${LOG_PATH}"
47+
5148
$JUPYTERPATH/jupyter-lab --no-browser \
5249
"$BASE_URL_FLAG" \
5350
--ServerApp.ip='*' \

0 commit comments

Comments
 (0)