当前位置:首页 > Python教程 > python技巧

自定义IPython Qt Console 窗口大小、字体、颜色

windows下将IPython Qt Console的快捷方式修改为:

  "C:PythonIPython 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

原文:http://www.cnblogs.com/agateriver/p/IPython_Qt_Console_Customize.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!

相关教程推荐

其他课程推荐