问题描述
Jupyter的documentation状态中,我应该使用自己的配置文件jupyter console
来配置~/.jupyter/jupyter_console_config.py
。但是,jupyter console
在启动和配置更改时也似乎读过.ipython/profile_default/ipython_config.py
。
例如,我可以在ipython
配置中更改编辑模式
c = get_config()
c.TerminalInteractiveShell.editing_mode = 'vi'
和通过{p>在jupyter console
中
c.ZMQTerminalInteractiveShell.editing_mode = 'vi'
读取旧版ipython
配置但在文档中未提及它可能是bug的来源。
哪个是首选,它们之间是什么关系?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)