From 1c74199c60079021d396c069fe15fa79325faca4 Mon Sep 17 00:00:00 2001 From: Roger Chao Date: Wed, 23 Oct 2024 09:08:50 -0700 Subject: [PATCH] fix(jupyterlab): update command -v from jupyterlab to jupyter-lab --- jupyterlab/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterlab/run.sh b/jupyterlab/run.sh index aff21b7..0c3780d 100755 --- a/jupyterlab/run.sh +++ b/jupyterlab/run.sh @@ -9,7 +9,7 @@ BOLD='\033[0;1m' printf "$${BOLD}Installing jupyterlab!\n" # check if jupyterlab is installed -if ! command -v jupyterlab > /dev/null 2>&1; then +if ! command -v jupyter-lab > /dev/null 2>&1; then # install jupyterlab # check if pipx is installed if ! command -v pipx > /dev/null 2>&1; then