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

Autocompletion stops working after creating an InteractiveShellEmbed object #6635

Open
amelio-vazquez-reina opened this issue Oct 6, 2014 · 3 comments

Comments

@amelio-vazquez-reina
Copy link

I am using the latest stable IPython (2.2.0) and pyreadline (2.0). I am having problems with autocompletion with both Python 2.7.8 and Python 3.3.5.

Autocompletion works fine until I run:
ipshell = InteractiveShellEmbed(config=cfg, banner1=banner_msg, exit_msg=exit_msg)

where I have previously issued the following command:
from IPython.terminal.embed import InteractiveShellEmbed

I can still autocomplete packages and names e.g.:

  • from num[TAB] completes to numpy,
  • numpy.[TAB] shows suggestions as well

Why is this? Is it a bug? Expected?

@clebio
Copy link

clebio commented Nov 13, 2014

👍

@minrk minrk added this to the 3.0 milestone Nov 13, 2014
@minrk
Copy link
Member

minrk commented Nov 13, 2014

When you say problems with autocompletion, what do you mean? If I read it correctly, I only see examples that do work, not the examples that do not.

@amelio-vazquez-reina
Copy link
Author

Sorry I didn't clarify earlier @minrk. It is variables specifically or functions what do not autocomplete.

@minrk minrk modified the milestones: 4.0, 3.0 Jan 14, 2015
@minrk minrk modified the milestones: 5.0, 4.0 Jul 11, 2015
@Carreau Carreau modified the milestones: 5.0, wishlist May 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants