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 #923

Closed
dhruvbalwada opened this issue Jan 30, 2021 · 4 comments
Closed

Tab autocomplete not working #923

dhruvbalwada opened this issue Jan 30, 2021 · 4 comments

Comments

@dhruvbalwada
Copy link
Member

I noticed that tab autocomplete is not working in the cloud deployment. This is quite annoying, but like a major problem. I had recently experienced the same problem on my personal computer, and the following solution fixed it for me:

I recently upgraded all my packages and autocomplete using tab just stopped working. This has happened to me a few times on different environments and machines, and not sure if it is the same problem everytime (but the level of annoyance is the same). But finally a solution worked for one case. Seems like usually the problem comes from a package called jedi, and for some reason the latest version of this package has the problem but not older versions (jupyter/notebook#2435 scroll to bottom). So downgrading solved the issue for me this time (
pip install jedi==0.17.2)

@rabernat
Copy link
Member

rabernat commented Feb 2, 2021

Thanks for this report @dhruvbalwada! Perhaps the way to get this fixed is to pin jedi over in https://github.com/pangeo-data/pangeo-docker-images/

@scottyhq
Copy link
Member

scottyhq commented Feb 2, 2021

seems to be working on the master image, so things will be fixed starting with pangeo/pangeo-notebook:2021.02.02

Screen Shot 2021-02-02 at 12 26 40 PM

@rabernat
Copy link
Member

rabernat commented Feb 2, 2021

Thanks so much for checking on this Scott!

@scottyhq
Copy link
Member

scottyhq commented Mar 3, 2021

closed by #927

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

3 participants