Skip to content

Commit 383dc62

Browse files
authored
Update run.sh
1 parent afccbf7 commit 383dc62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jupyterlab/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ if ! command -v jupyter-lab > /dev/null 2>&1; then
1818
exit 1
1919
fi
2020
# install jupyterlab
21-
pipx install --include-deps -q jupyterlab jupyterlab-git
21+
pipx install -q jupyterlab
22+
pipx runpip jupyterlab install -q jupyterlab-git
2223
printf "%s\n\n" "🥳 jupyterlab has been installed"
2324
else
2425
printf "%s\n\n" "🥳 jupyterlab is already installed"

0 commit comments

Comments
 (0)