[IPython-User] IPython.embed_kernel() - tab completion with qtconsole
Dave Foster
dave.foster@gmail....
Thu Jan 3 12:24:36 CST 2013
Hi,
Pretty sure this has been fixed in master:
https://github.com/ipython/ipython/commit/f4be28f06c2b23cd8e4a3653b9e84bde593e4c86
I made a hack in my work project to make this work from the outside:
https://github.com/ooici/pyon/commit/f6dda00b
good luck.
dave
On Monday, July 9, 2012 at 5:27 PM, Joon Ro wrote:
> Hi,
>
> I just installed ipython 0.13 and tried IPython.embed_kernel() with
>
> import IPython
> IPython.embed_kernel()
>
> in a source code.
> When I run the script, the script stops at that point and shows
>
> [IPKernelApp] To connect another client to this kernel, use:
> [IPKernelApp] --existing kernel-11272.json
>
> So I connected to the kernel with
>
> $ ipython-qtconsole --existing kernel-11272.json
>
> So far so good, but it seems the tab completion does not work with the
> qtconsole.
> If I enter an object's name directly and press enter, qtconsole shows
> the object, but pressing tab does not have any effect.
>
> Am I doing something wrong? Thanks!!
>
> Joon
>
> _______________________________________________
> IPython-User mailing list
> IPython-User@scipy.org (mailto:IPython-User@scipy.org)
> http://mail.scipy.org/mailman/listinfo/ipython-user
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20130103/62112dc8/attachment.html
More information about the IPython-User
mailing list