[IPython-dev] Cell Magics Broken in QtConsole?

Thomas Kluyver takowl at gmail.com
Wed May 1 07:42:39 EDT 2013


Yes, I can replicate that. Sorry, I probably broke it by accident while
fixing issue #3178.

I've made an issue, I'll try to get to it soon:
https://github.com/ipython/ipython/issues/3248

Thomas


On 1 May 2013 11:00, Dave Hirschfeld <dave.hirschfeld at gmail.com> wrote:

> No combination of enter, shift-enter or even ctrl-enter will seem to exit a
> cell magic in the qtconsole with the latest ipython.
>
> Is anyone else seeing this behaviour?
>
>
> In [15]: print sys_info()
> {'commit_hash': 'ddc8bac',
>  'commit_source': 'repository',
>  'default_encoding': 'cp1252',
>  'ipython_path': 'c:\\dev\\code\\ipython\\IPython',
>  'ipython_version': '1.0.dev',
>  'os_name': 'nt',
>  'platform': 'Windows-7-6.1.7601-SP1',
>  'sys_executable': 'C:\\dev\\bin\\Python27\\python.exe',
>  'sys_platform': 'win32',
>  'sys_version': '2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit
> (Intel)]'}
>
> In [16]: %%timeit
>     ...: x = 10
>     ...: y = 2*x
>     ...:
>     ...:
>     ...:
>     ...:  <======= Can't get it to exit!?!
>
>
> Thanks,
> Dave
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130501/dae5ad7d/attachment.html>


More information about the IPython-dev mailing list