gpt4 book ai didi

browser - 在 cmd 行的指定浏览器中启动 jupyter notebook

转载 作者:行者123 更新时间:2023-12-04 01:45:50 26 4
gpt4 key购买 nike

我正在使用属于我公司的计算机。如果相关的话,我没有管理员权限。

我在 Windows 10 中的默认浏览器设置为 InternetExplorer。这是我公司规定的。 (不允许将 Edge 或 Chrome 作为默认浏览器)尽管我确实安装了 Edge 和 Firefox。

我知道我可以通过编辑 Jupyter 配置文件来更改 jupyter notebook session 的默认浏览器。但我不想更改 Jupyter 中的默认值。

相反,我想在命令行(Anaconda 提示符)上调用“jupyter notebook”,同时指定我希望它选择哪个浏览器。

类似于:jupyter notebook --useBrowser edge

或类似的。这可能吗?

最佳答案

试试这个:jupyter notebook --browser="C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe %s --new-window"

它也应该像这样工作:jupyter notebook --browser="firefox" 但对我来说并没有实践,因为 python webbrowser 库(在这里使用)只是了解默认浏览器。这个需要手动注册。

您可以在您的系统上通过运行 python 提示符并检查:

import webbrowser
list(webbrowser._browsers)

Out: ['windows-default', 'c:\\program files\\internet explorer\\iexplore.exe']

关于browser - 在 cmd 行的指定浏览器中启动 jupyter notebook,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55286532/

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