欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 运维知识 > linux >内容正文

linux

Linux创建jupyter notebook和jupyter lab, windows可远程访问

发布时间:2025/10/17 linux 22 豆豆
生活随笔 收集整理的这篇文章主要介绍了 Linux创建jupyter notebook和jupyter lab, windows可远程访问 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

参考0:
https://blog.csdn.net/u013187057/article/details/81477149
https://blog.csdn.net/sunjinshengli/article/details/85057791
https://blog.csdn.net/Benja_K/article/details/102679326

参考1:
https://bitmingw.com/2017/07/09/run-jupyter-notebook-server/

参考2:
https://blog.csdn.net/weixin_35924734/article/details/112511041

文件配置

c.NotebookApp.ip='0.0.0.0' c.NotebookApp.password =u'sha1...' c.NotebookApp.open_browser = False c.NotebookApp.port = 8889 c.InteractiveShellApp.matplotlib = 'inline' c.NotebookApp.notebook_dir = '/home/your folder' c.NotebookApp.allow_remote_access = True

总结

以上是生活随笔为你收集整理的Linux创建jupyter notebook和jupyter lab, windows可远程访问的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。