81. jupyter notebook设置无密码
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了81. jupyter notebook设置无密码相关的知识,希望对你有一定的参考价值。
参考技术A 命令行启动jupyter时,带入无密设置:jupyter notebook开启局域网登录
参考技术A 在服务器端设置密码:jupyter notebook password:
entry password
verify password
已经ok了
在本地端:
ssh到服务器 ssh -X username@ip
输入jupyter notebook
手动打开网址: http://localhost:8888/
ok!
使用ssh好慢呀,都可以看到一帧一帧刷出来的图像
以上是关于81. jupyter notebook设置无密码的主要内容,如果未能解决你的问题,请参考以下文章
jupyter 登陆的时候 Invalid credentials报错
Jupyter Notebook的配置(密码端口+远程登陆+nbextension)
Linux下配置jupyter notebook远程访问实战:配置Jupyter的连接密码启动jupyter服务远程访问jupyter(关闭防火墙)