Update jupyter.sh

This commit is contained in:
spiritlhl 2023-09-27 00:03:21 +08:00 committed by GitHub
parent e8d430f045
commit 87b3863f56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,7 +258,7 @@ install_jupyter() {
yellow "nohup jupyter lab --port 13692 --no-browser --ip=0.0.0.0 --allow-root" yellow "nohup jupyter lab --port 13692 --no-browser --ip=0.0.0.0 --allow-root"
green "等待5秒后关闭本窗口开新窗口执行下面的命令查看登陆信息" green "等待5秒后关闭本窗口开新窗口执行下面的命令查看登陆信息"
yellow "cat nohup.out" yellow "cat nohup.out"
echo "如若无成功输出,可尝试重新运行本脚本" green "如若无成功输出,可尝试重新运行本脚本"
fi fi
current_channels=$(conda config --get channels) current_channels=$(conda config --get channels)
for channel in "${channels_to_add[@]}"; do for channel in "${channels_to_add[@]}"; do