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