[IPython-dev] wxPython console

Fernando Perez fperez.net at gmail.com
Wed Nov 9 01:46:57 EST 2011


On Tue, Nov 8, 2011 at 10:33 PM, Emmanuel Bacry
<emmanuel.bacry at polytechnique.fr> wrote:
>
> from the qt-console, can you interrupt "properly" the execution of a "user code" ? If yes, what is the mechanism ?
>
> (if a long computation is ran from the qt-console.... and if it is just too long for the user...)

Sure, Control-. (period) sends (over zmq) a KeyboardInterrupt to the
kernel like Ctrl-C would in normal, local IPython.

Cheers,

f



More information about the IPython-dev mailing list