Skip to content

Commit afccbf7

Browse files
authored
Update run.sh
1 parent 945ef10 commit afccbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab/run.sh

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

0 commit comments

Comments
 (0)