From 255544e236f19e79160e2a7b5d57ef2135c5292a Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 26 Sep 2023 11:15:03 +0300 Subject: [PATCH] fixup --- jupyterlab/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"