fix(jupyterlab): update command -v from jupyterlab to jupyter-lab

pull/328/head
Roger Chao 9 months ago
parent ce5a5b383a
commit 1c74199c60

@ -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

Loading…
Cancel
Save