如何设置Jupyter Notebook默认使用特定浏览器打开?
- 内容介绍
- 文章标签
- 相关推荐
本文共计255个文字,预计阅读时间需要2分钟。
电脑中已安装Firefox和Chrome浏览器,系统默认浏览器为Chrome。希望每次运行Jupyter时都使用Firefox浏览器,而不是系统默认的Chrome。在命令行中执行以下命令,生成Jupyter Notebook的配置文件:
jupyter notebook --generate-config
电脑中装了Firefox和Chrome浏览器,系统默认浏览器是Chrome,希望每次运行Jupyter在Firefox浏览器,而不是系统默的Chrome.
进入cmd,执行jupyter notebook --generate-config,生成jupyter notebook配置文件。
本文共计255个文字,预计阅读时间需要2分钟。
电脑中已安装Firefox和Chrome浏览器,系统默认浏览器为Chrome。希望每次运行Jupyter时都使用Firefox浏览器,而不是系统默认的Chrome。在命令行中执行以下命令,生成Jupyter Notebook的配置文件:
jupyter notebook --generate-config
电脑中装了Firefox和Chrome浏览器,系统默认浏览器是Chrome,希望每次运行Jupyter在Firefox浏览器,而不是系统默的Chrome.
进入cmd,执行jupyter notebook --generate-config,生成jupyter notebook配置文件。

