
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
服务器nohup挂起jupyter notebook
服务器nohup挂起jupyter notebook1. nohup指令//指令格式nohup command &//egnohup jupyter notebook --no-browser --port=8888 &2. 复制token在当前目录的nohup.out文件中复制token3. win + R 建立ssh连接ssh -i id_rsa_nala -N -f -L l
服务器打开jupyter notebook遇到“No web browser found: could not locate runable browser.“
服务器打开jupyter notebook直接输入jupyter notebook,会出现No web browser found: could not locate runable browser:解决的办法是:加入选项jupyter notebook --no-browser --port=8888可以看到复制网址,在本地浏览器打开成功了!...
到底了