We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945ef10 commit afccbf7Copy full SHA for afccbf7
jupyterlab/run.sh
@@ -18,7 +18,7 @@ if ! command -v jupyter-lab > /dev/null 2>&1; then
18
exit 1
19
fi
20
# install jupyterlab
21
- pipx install -q jupyterlab jupyterlab-git
+ pipx install --include-deps -q jupyterlab jupyterlab-git
22
printf "%s\n\n" "🥳 jupyterlab has been installed"
23
else
24
printf "%s\n\n" "🥳 jupyterlab is already installed"
0 commit comments