I'm able to set Jupyter's QtConsole to use a plaintext widget instead of rich text by setting this
c.JupyterQtConsoleApp.plain = True
in the configuration file ~/.jupyter/jupyter_qtconsole_config.py
Spyder's IPython Console does not seem to respect the settings in this configuration file. How do I set this option (or get the same behavior) for Spyder's IPython Console?