标签:class color width get window 应用
windows下将IPython Qt Console的快捷方式修改为:
"C:\Python\IPython Qt Console.exe" --ConsoleWidget.font_family="Courier New" --ConsoleWidget.font_size=9 --ConsoleWidget.width=132 --ConsoleWidget.height=43 --colors=linux
Linux下对应用以下方式启动:
ipython qtconsole --ConsoleWidget.font_family="Courier New" --ConsoleWidget.font_size=9 --ConsoleWidget.width=132 --ConsoleWidget.height=43 --colors=linux
自定义IPython Qt Console 窗口大小、字体、颜色,布布扣,bubuko.com
自定义IPython Qt Console 窗口大小、字体、颜色
标签:class color width get window 应用
原文地址:http://www.cnblogs.com/agateriver/p/IPython_Qt_Console_Customize.html