[IPython-dev] user_variables/expressions ready in kernel

Brian Granger ellisonbg at gmail.com
Thu Sep 2 23:35:31 EDT 2010


Fernando,

This is great, we can do a review tomorrow.  I just pushed some fixes
to the heartbeat polling.  I had a few bugs, and I think there is a
minor bug in zeromq with this.  But i added logic to deal with it, so
it should behave well now.

Cheers,

Brian

On Thu, Sep 2, 2010 at 8:21 PM, Fernando Perez <fperez.net at gmail.com> wrote:
> Evan:
>
> I've added user_variables/expressions to _execute() in ipython_widget,
> but the caller in parent_class.execute() doesn't have these
> parameters, so for now they are dead.  I wasn't quite sure given the
> ConsoleWidget/IPythonWidget hierarchy how you wanted to handle this
> part of the API, which is somewhat ipython-specific.  I'd suggest we
> promote this idea even to the normal non-iptyhon widget, since the
> idea of fetching names/expressions from a running interpreter is not
> ipython-specific.  But I wasn't sure in how many places through the Qt
> code I'd have to chage things, so I didn't touch it.  But the kernel
> is now correctly processing and returning values for these fields.
>
> This should be pushed shortly (I'm still cleaning up some), but I
> wanted to record this for you while it's fresh in my head.
>
> We can go over the details tomorrow, but I did test it manually and
> now those fields behave as per the messaging spec.
>
> I'll now implement the object_info details, and the get/setattr calls.
>
> Cheers,
>
> f
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>



-- 
Brian E. Granger, Ph.D.
Assistant Professor of Physics
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu
ellisonbg at gmail.com



More information about the IPython-dev mailing list