From 965fce6707f27776820d20542588b88ec1467a6f Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 6 Sep 2023 19:55:21 +0800 Subject: [PATCH] Update jupyter.sh --- install_scripts/jupyter.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_scripts/jupyter.sh b/install_scripts/jupyter.sh index 76e511f..cb0c14d 100644 --- a/install_scripts/jupyter.sh +++ b/install_scripts/jupyter.sh @@ -293,6 +293,7 @@ query_jupyter_info() { check_ipv4 jpyurl="http://${IPV4}:13692/" source activate jupyter-env && jupyter server list && conda deactivate + cat nohup.out green "已查询登陆信息如上" green "如果你是在云服务上运行,那么请打开 ${jpyurl} 如果是在本地安装的,请打开 http://127.0.0.1:13692/" green "token详见上方打印信息或当前目录的nohup.out日志"