There was an error while loading. Please reload this page.
1 parent afccbf7 commit 383dc62Copy full SHA for 383dc62
jupyterlab/run.sh
@@ -18,7 +18,8 @@ if ! command -v jupyter-lab > /dev/null 2>&1; then
18
exit 1
19
fi
20
# install jupyterlab
21
- pipx install --include-deps -q jupyterlab jupyterlab-git
+ pipx install -q jupyterlab
22
+ pipx runpip jupyterlab install -q jupyterlab-git
23
printf "%s\n\n" "🥳 jupyterlab has been installed"
24
else
25
printf "%s\n\n" "🥳 jupyterlab is already installed"
0 commit comments