【发布时间】:2018-02-01 01:56:39
【问题描述】:
通过设置,我可以将 Jupyter 的 QtConsole 设置为使用纯文本小部件而不是富文本
c.JupyterQtConsoleApp.plain = True
在配置文件~/.jupyter/jupyter_qtconsole_config.py
Spyder 的 IPython 控制台似乎不尊重此配置文件中的设置。如何为 Spyder 的 IPython 控制台设置此选项(或获得相同的行为)?
【问题讨论】:
标签: configuration jupyter spyder plaintext qtconsole