码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2014-05-04 19:24:27      阅读:1195      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!