[IPython-dev] zmq when using ipython
Fernando Perez
fperez.net at gmail.com
Thu Apr 12 23:48:01 EDT 2012
On Thu, Apr 12, 2012 at 7:47 AM, Jason Grout
<jason-sage at creativetrax.com> wrote:
> Thanks, this corrects a big misunderstanding I had (and maybe is also an
> answer to Volker's post). I thought *everything* in the new ipython
> depended on the messaging protocol and connections with zmq.
The biggest change for Sage is going to be that customizing IPython
now uses a richer but also more complex configuration system:
http://ipython.org/ipython-doc/dev/config/index.html
It appears a bit daunting at first, and it does have a few rough
edges, but by and large we've found that it works very well in letting
us configure all the many moving parts IPython now has while using the
full power of the Python language (since the config files are regular
.py).
It's *possible* that we've removed/forgotten something that Sage used
in its command-line client. If that's the case let us know, as we
didn't intend to remove any of the features that made the kind of
aggressive customization Sage does impossible. Such a change would be
just an accidental oversight, so just report it and we'll do our best
to restore any missing functionality.
Cheers,
f
More information about the IPython-dev
mailing list