[IPython-dev] Using pygments for coloring in IPython

Brian Granger ellisonbg.net at gmail.com
Thu Jul 2 01:09:55 EDT 2009


> Sounds great. As long as we have a nice fallback if pygment is not
> installed/non functional.
>

I think the there are a couple of fallbacks:

* Just no coloring - everything works, but you get uncolored text.
* Any frontend can do its own coloring if it wants.

What I wouldn't want to do is still maintain our own coloring code because
(in my mind) the goal of this transition is to get away from that.  If we
really wanted to make sure that coloring always worked, we could just ship
pygments in IPython.external

Would this satisfy you?

Brian


> Gaël
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20090701/7c88e81b/attachment.html>


More information about the IPython-dev mailing list