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 9cab8b8 commit 8234647Copy full SHA for 8234647
jupyterlab/run.sh
@@ -19,6 +19,7 @@ if ! command -v jupyter-lab > /dev/null 2>&1; then
19
fi
20
# install jupyterlab
21
pipx install -q jupyterlab
22
+ pipx install --upgrade jupyterlab 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