Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
因此,我使用pintunits 包,并希望控制台中显示的值是标准的固定宽度字体,而不是“渲染”显示。我使用 Spyder IDE,它使用 QtConsole 并显示 html 或 latex png。以下屏幕截图说明了这一点。
pint
我不想要这个:
我要这个:
有谁知道如何让 QtConsole 显示为标准的固定宽度字体?
好的,我找到了解决方案。原来有一个配置设置会关闭 QtConsole 中的富文本。添加行
c.JupyterQtConsoleApp.plain = True
到jupyter_qtconsole_config.py位于~/.jupyter(在我的 Mac 上)的文件解决了这个问题。
jupyter_qtconsole_config.py
~/.jupyter