pull/45/head
Muhammad Atif Ali 2 years ago
parent 255544e236
commit e7744927de
No known key found for this signature in database

@ -10,11 +10,11 @@ if ! command -v jupyterlab & >/dev/null; then
# check if python3 pip is installed # check if python3 pip is installed
if ! command -v pip3 & >/dev/null; then if ! command -v pip3 & >/dev/null; then
echo "pip3 is not installed" echo "pip3 is not installed"
echo "Installing pip3..." echo "Please install pip3 in your Dockerfile/VM image before running this script"
sudo apt-get update && sudo apt-get install python3-pip -y exit 1
fi fi
# install jupyterlab # install jupyterlab
pip3 install --user -q --yes jupyterlab pip3 install --upgrade --no-cache-dir jupyterlab
echo "🥳 jupyterlab has been installed\n\n" echo "🥳 jupyterlab has been installed\n\n"
else else
echo "🥳 jupyterlab is already installed\n\n" echo "🥳 jupyterlab is already installed\n\n"

Loading…
Cancel
Save