[IPython-dev] Cell Magics Broken in QtConsole?

Dave Hirschfeld dave.hirschfeld at gmail.com
Wed May 1 06:00:14 EDT 2013


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




More information about the IPython-dev mailing list