Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZMQInteractiveShell.colors being ignored #2610

Closed
ivanov opened this issue Nov 22, 2012 · 1 comment
Closed

ZMQInteractiveShell.colors being ignored #2610

ivanov opened this issue Nov 22, 2012 · 1 comment

Comments

@ivanov
Copy link
Member

ivanov commented Nov 22, 2012

As reported on the mailing list by Michael Aye, setting

c.ZMQInteractiveShell.colors = 'NoColor'

simply gets ignored, whereas ipython console does respect the value for c.TerminalInteractiveShell.colors.

So the current workaround for setting this value is to either set the colors for both ipython and ipython console in ipython_config.py, or to create a new ipython_console_config.py which looks like this:

c = get_config()

c.TerminalInteractiveShell.colors = 'NoColor'
@minrk
Copy link
Member

minrk commented Jan 19, 2013

This is really the same thing as #1271 and #289. The root of the problem is that the backend and the frontend both have a notion of colors, and this should not be the case. I'm closing this, so we dont' have too many issues tracking different minor aspects of the same thing.

@minrk minrk closed this as completed Jan 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants