gpt4 book ai didi

python - 名称 'get_config' 未定义

转载 作者:太空狗 更新时间:2023-10-29 18:03:49 26 4
gpt4 key购买 nike

当我使用 ipython notebook 时,我想运行一个笔记本服务器。我关注了官方tutorial但是,当我想按照教程中的说明获取 get_config() 函数时,遇到了名称 get_config is not defined 的问题。我在互联网上搜索并找到了 page .但是,我的ubuntu 12.04系统中没有~/.ipython/profile_default/ipython_config.py文件。我能做些什么来解决这个问题?

最佳答案

Paul Ivanov 在论坛帖子中说:

get_config is available only inside the configuration files at load time.

因此您只能在配置文件中使用 get_config,而不能在 ipython session 中使用。

你基本上有两个选择:

如果您只想进行临时更改,可以使用%config 魔法。但请注意,退出 session 后更改将丢失。

文档说:

At present, this only affects the current session - changes you make to config are not saved anywhere. Also, some options are only read when IPython starts, so they can’t be changed like this.

第二个选项是创建一个新的配置文件。 (参见 ipython 配置文件帮助)。每个配置文件都有自己的配置文件。您可以通过执行以下命令找到文件:

ls $(ipython locate profile <your-profile-name>)

您可以将配置选项添加到特定的 *_config.py 文件。

要进一步阅读,请参阅 ipython 的 config intro .

关于python - 名称 'get_config' 未定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27666134/

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