1 开放云服务器安全组的访问权限
如果未开放其它ip的访问权限会出现connect time out的问题。
2 激活gluon环境

3 安装notedown插件
pip install https://github.com/mli/notedown/tarball/master

安装完成后显示成功:

4 配置好jupyter的参数
jupyter notebook --ip=0.0.0.0 --port=9999 --no-browser --allow-root --NotebookApp.contents_manager_class='notedown.NotedownContentsManager'
![]()
参数说明:ip设为0.0.0.0表示允许远程访问jupyter服务器,即本地windows机器可以访问远程云服务器
访问端口为9999
--allow-root 为root用户必须带的参数,否则如下

--NotebookApp.contents_manager_class为notedown插件参数
5 在ie浏览器中打开jupyter
云服务ip:端口号

6 参考资料:
(1) http://zh.gluon.ai/chapter_appendix/jupyter.html
(2) https://www.cnblogs.com/see2802/p/9809800.html


本文详细介绍如何通过开放云服务器安全组的访问权限、激活gluon环境、安装notedown插件,以及配置Jupyter参数,实现从本地Windows机器远程访问云服务器上的Jupyter Notebook。文中还提供了具体的操作步骤和相关链接。
366

被折叠的 条评论
为什么被折叠?



