|
|
@ -14,7 +14,7 @@ if ! command -v jupyterlab > /dev/null 2>&1; then
|
|
|
|
exit 1
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
# install jupyterlab
|
|
|
|
# install jupyterlab
|
|
|
|
pip3 install --upgrade --no-cache-dir jupyterlab
|
|
|
|
pip3 install --upgrade --no-cache-dir --no-warn-script-location jupyterlab
|
|
|
|
echo "🥳 jupyterlab has been installed\n\n"
|
|
|
|
echo "🥳 jupyterlab has been installed\n\n"
|
|
|
|
else
|
|
|
|
else
|
|
|
|
echo "🥳 jupyterlab is already installed\n\n"
|
|
|
|
echo "🥳 jupyterlab is already installed\n\n"
|
|
|
|