[IPython-dev] messaging protocol

Thomas Kluyver takowl at gmail.com
Fri Apr 8 17:24:48 EDT 2011


On 8 April 2011 22:05, Robert Kern <robert.kern at gmail.com> wrote:

> This allows code like "x; y = x+1" to put x into Out[N] even though the
> last AST
> node is not an expression. It's not *entirely* clear to me that this is a
> real
> use case, but I think it would be less surprising behavior.
>

We could also on the AST side make the last node that's an expression run
interactively. Do some more people want to pitch in on what they consider
the clearest behaviour for multiline cells?

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20110408/1994f68f/attachment.html>


More information about the IPython-dev mailing list