Update jupyter.sh

This commit is contained in:
spiritLHLS 2022-12-19 11:45:38 +08:00 committed by GitHub
parent 42f1ef8ea5
commit 1603cf22e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
#from https://github.com/spiritLHLS/one-click-installation-script
#version: 2022.12.19
ver="2022.12.19"
changeLog="一键安装jupyter环境"
source ~/.bashrc
red(){ echo -e "\033[31m\033[01m$1$2\033[0m"; }
green(){ echo -e "\033[32m\033[01m$1$2\033[0m"; }
yellow(){ echo -e "\033[33m\033[01m$1$2\033[0m"; }
reading(){ read -rp "$(green "$1")" "$2"; }
ver="2022.12.19"
changeLog="一键安装jupyter环境"
clear
echo "#######################################################################"
echo "# ${YELLOW}一键安装jupyter环境${PLAIN} #"