怎样用谷歌打开jupyter?

图片[1]-怎样用谷歌打开jupyter?-uusu优素-乐高,模型,3d打印,编程

用谷歌打开jupyter的方法:(推荐:jupyter使用教程)

我们可以通过配置jupyter的默认浏览器为谷歌来使用谷歌浏览器打开jupyter。

配置方法:

1、打开cmd,在命令行中输入

jupyternotebook--generate-config

找到配置文件所在的路径

2、根据路径打开:C:\Users\asus\.jupyter\jupyter_notebook_config.py文件

3、在配置文件中添加代码

importwebbrowser
webbrowser.register('chrome',None,webbrowser.GenericBrowser(u'C:\\Users\\用户名\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe'))
c.NotebookApp.browser='chrome'

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

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

昵称

取消
昵称表情代码图片

    暂无评论内容