Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab completion does not work with IPython.embed_kernel() #2162

Closed
joonro opened this issue Jul 18, 2012 · 1 comment · Fixed by #2170
Closed

Tab completion does not work with IPython.embed_kernel() #2162

joonro opened this issue Jul 18, 2012 · 1 comment · Fixed by #2170
Milestone

Comments

@joonro
Copy link
Contributor

joonro commented Jul 18, 2012

When I pause a script with IPython.embed_kernel() and connect to the kernel with qtconsole, whil %whos show all the objects correctly, tab completion does not work.

Specifically, tab completion for any names generated by original script does not work, and also, it does not work for new objects generated in the qtconsole either.

@joonro
Copy link
Contributor Author

joonro commented Jul 21, 2012

Thank you very much for very quick fix!

mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
Fix tab completion with IPython.embed_kernel().

Closes ipython#2162.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants