jupyter notebook打开后页面空白,将域名中的localhost改为127.0.0.1后显示正常。(推荐:jupyter使用教程)
解决方法:
1、在 C:Users用户名.jupyter 路径下找到 jupyter_notebook_config.py
若路径下无此文件,则在命令行通过以下命令生成:
jupyter notebook --generate-config
2、右键点击此文件通过IDLE/记事本打开,然后查找,browser,找到如下代码:
## Specify what command to use to invoke a web browser when opening the notebook.
# If not specified, the default browser will be determined by the `webbrowser`
# standard library module, which allows setting of the BROWSER environment
# variable to override it.
#c.NotebookApp.browser = u''
在此代码块后添加如下代码,将chrome设置为jupyter notebook默认浏览器:
import webbrowser
webbrowser.register('chrome', None, webbrowser.GenericBrowser(u'C:Program Files (x86)GoogleChromeApplicationchrome.exe'))
c.NotebookApp.browser = 'chrome'
3、网页显示仍为空白,将文件中的
#c.NotebookApp.local_hostnames = [‘localhost’]
取消注释。
更多python知识请关注python视频教程。
声明:本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果用户发布的作品侵犯了您的权利,请联系管理员:wupeng@hqwx.com
环球青藤
官方QQ群扫描上方二维码或点击一键加群,免费领取大礼包,加群暗号:青藤。 一键加群