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

posted on 2014-05-04 11:41  玛瑙河  阅读(7900)  评论(0编辑  收藏  举报