更改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
暂无评论内容