本文介绍了更改Jupyter QtConsole设置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否可以对Windows 7上的默认设置进行永久更改?我想更改字体大小和外壳大小.
It is possible to make persistent changes to settings for default settings on Windows 7?I would like to change font-size and shell size.
推荐答案
QtConsole可通过ConsoleWidget进行配置.开始于:
The QtConsole has configurable via the ConsoleWidget. Start with:
> ipython qtconsole --ConsoleWidget.font_size=11
这篇关于更改Jupyter QtConsole设置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!