怎么更改jupyter打开的网页?

图片[1]-怎么更改jupyter打开的网页?-uusu优素-乐高,模型,3d打印,编程

更改jupyter打开网页的方法:(推荐:jupyter使用教程)

1、打开cmd,输入jupyter notebook –generate-config查看jupyter_notebook_config.py文件路径

2、根据返回的路径打开 C:\Users\Administrator\.jupyter\jupyter_notebook_config.py文件

3、在文件中任意位置添加:

importwebbrowser
webbrowser.register('2345Explorer',None,webbrowser.GenericBrowser(u'D:\\ProgramFiles(x86)\\2345Soft\\2345Explorer\\2345Explorer.exe'))
c.NotebookApp.browser='2345Explorer'

其中GenericBrowser里的参数是你安装的浏览器的路径

设置好之后在cmd里输入 jupyter notebook,你就会发现启动了相应的浏览器。

原文来自:https://www.py.cn
© 版权声明
THE END
喜欢就支持一下吧
点赞12 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容