mirror of
https://github.com/spiritLHLS/one-click-installation-script.git
synced 2024-11-16 05:22:18 +08:00
Update jupyter.sh
This commit is contained in:
parent
e8d430f045
commit
87b3863f56
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user