Linux创建jupyter notebook和jupyter lab, windows可远程访问
生活随笔
收集整理的这篇文章主要介绍了
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可远程访问的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: Linux pip command no
- 下一篇: Linux安装jupyter debug