gpt4 book ai didi

windows - 如何在 Windows 上的 chrome 中打开 Jupyter notebook

转载 作者:可可西里 更新时间:2023-11-01 12:10:45 24 4
gpt4 key购买 nike

在我的 Windows PC 上,我安装了 anaconda,当我打开 jupyter 笔记本时,它会在 Internet Explorer 中打开,但我想改用 Chrome。有谁知道如何实现这一点?

最佳答案

如果您还没有,请通过运行创建笔记本配置文件

jupyter notebook --generate-config

然后,编辑位于主目录的 .jupyter 文件夹中的文件 jupyter_notebook_config.py

您需要将行 # c.NotebookApp.browser = '' 更改为 c.NotebookApp.browser = 'C:/path/to/your/chrome.exe %s '

在 Windows 10 上,Chrome 应该位于 C:/Program Files (x86)/Google/Chrome/Application/chrome.exe,但请检查您的系统以确定。

关于windows - 如何在 Windows 上的 chrome 中打开 Jupyter notebook,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46829761/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com