diff --git a/jupyterlab/run.sh b/jupyterlab/run.sh index 4ab50a6..6b18fbd 100755 --- a/jupyterlab/run.sh +++ b/jupyterlab/run.sh @@ -14,7 +14,7 @@ if ! command -v jupyterlab & >/dev/null; then sudo apt-get update && sudo apt-get install python3-pip -y fi # install jupyterlab - pip3 install --user -q -y jupyterlab + pip3 install --user -q --yes jupyterlab echo "🥳 jupyterlab has been installed\n\n" else echo "🥳 jupyterlab is already installed\n\n"