解决办法
I temporarily solved it by typing at a shell prompt:
> jupyter notebook --generate-config
and then uncomment/edit the line of the file ~/.jupyter/jupyter_notebook_config.py (just created), into
c.NotebookApp.browser = 'Safari' (to
have Safari explicitly indicated)
本文介绍了解决Jupyter Notebook浏览器配置问题的方法。通过在命令行输入特定指令生成配置文件,并修改该文件来指定使用Safari作为默认浏览器。
1万+

被折叠的 条评论
为什么被折叠?



