gpt4 book ai didi

python - IPython notebook 不会读取配置文件

转载 作者:太空狗 更新时间:2023-10-29 17:02:22 25 4
gpt4 key购买 nike

我使用以下命令来初始化配置文件:

ipython profile create myserver

将这些行添加到 ~/.ipython/profile_myserver/ipython_notebook_config.py:

c = get_config()
c.NotebookApp.ip = '*'
c.NotebookApp.port = 8889

尝试启动笔记本:

ipython notebook --profile=myserver --debug

它根本不读取配置文件。这是日志输出:

[W 16:26:56.607 NotebookApp] Unrecognized alias: '--profile=myserver', it will probably have no effect.
[D 16:26:56.609 NotebookApp] Config changed:
[D 16:26:56.609 NotebookApp] {'profile': u'myserver', 'NotebookApp': {'log_level': 10}}
...
[I 16:26:56.665 NotebookApp] 0 active kernels
[I 16:26:56.665 NotebookApp] The IPython Notebook is running at: http://localhost:8888/

由于我明确指定了端口 8889 而它仍然在 8888 上运行,因此它显然会忽略配置文件。我错过了什么?

最佳答案

IPython 现已移至 version 4.0 ,这意味着如果您正在使用它,它将从 ~/.jupyter 而不是 ~/.ipython 读取其配置。你必须创建一个新的配置文件

jupyter notebook --generate-config

然后根据需要编辑生成的 ~/.jupyter/jupyter_notebook_config.py 文件。

更多安装说明here .

关于python - IPython notebook 不会读取配置文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31974797/

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