How to set the default background/text color scheme in QtConsole for iPython?

人盡茶涼 提交于 2019-12-06 10:11:43

问题


I can set the color scheme of the initial tab in Qt Console by using the following command line:

ipython qtconsole --colors=linux

But each subsequent tab I open (Ctrl + T) in Qt Console defaults back to a white background and dark text. Is there any way to change the color scheme of new tabs too?


回答1:


This is a bug in 0.12, and has been fixed in master. So the only way to get what you want is to update to master, or wait for 0.13 (soonish).



来源:https://stackoverflow.com/questions/9407156/how-to-set-the-default-background-text-color-scheme-in-qtconsole-for-ipython

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!