From d7143033df2b54d0d166c1dc4b8f49070e0771d3 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 26 Sep 2023 11:47:17 +0300 Subject: [PATCH] test --- jupyterlab/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterlab/run.sh b/jupyterlab/run.sh index 77616af..541964e 100755 --- a/jupyterlab/run.sh +++ b/jupyterlab/run.sh @@ -14,7 +14,7 @@ if ! command -v jupyterlab > /dev/null 2>&1; then exit 1 fi # install jupyterlab - pip3 install --upgrade --no-cache-dir --no-warn-script-location jupyterlab + pip3 install --upgrade --no-cache-dir --no-warn-script-location --upgrade 'jupyter-server<2.0.0' jupyterlab echo "🥳 jupyterlab has been installed\n\n" else echo "🥳 jupyterlab is already installed\n\n"