C:/user/hipo/.jupyter,执行
jupyter notebook --generate-config
生成 jupyter_notebook_config.py ,搜索 “browser”,在
# c.NotebookApp.browser =‘‘
下方插入以下代码:
import webbrowser webbrowser.register("chrome", None, webbrowser.GenericBrowser(u"C:\\Users\\hipoker\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe")) c.NotebookApp.browser = ‘chrome‘
保存,终端输入 jupyter notebook 启动 chrome网页。
PS: Consolas 视觉上舒服,Comic Sans MS 字体则比较可爱。
原文地址:https://www.cnblogs.com/hanxinle/p/11804189.html
时间: 2024-10-08 05:43:07