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 autocomplete not working #16

Open
CellAssembly opened this issue Aug 19, 2019 · 4 comments
Open

tab autocomplete not working #16

CellAssembly opened this issue Aug 19, 2019 · 4 comments

Comments

@CellAssembly
Copy link

When trying to type a command and tab to get a list to autocomplete, the kernel gets frozen on jupyter notebooks.

@tmchartrand
Copy link
Contributor

Does it actually freeze or just never open the tab completion?
This may be related to an issue with ipython 6 (see ipython/ipython#10493).
In the neuropixels notebooks I've added the command %config Completer.use_jedi = False to fix the issue as I've experienced it.

@tmchartrand
Copy link
Contributor

@mabuice

@CellAssembly
Copy link
Author

Never opens. But then I can't run any other cell either unless I restart the kernel.

@tmchartrand
Copy link
Contributor

huh, that is maybe a different issue then, but the command I posted is worth a try anyway.

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

No branches or pull requests

2 participants