-
Notifications
You must be signed in to change notification settings - Fork 297
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
Intellisense with Jedi is extremely slow, consistently when trying 'import os' #3051
Comments
And this doesn't happen on the converted source? |
It does not. In the source it's fine. In the notebook it is not. |
I assume this happens with the interactive window as well? |
Actually can only repro with your examples. |
rchiodo
changed the title
Native Experience - Intellisense with Jedi is extremely slow, consistently.
Intellisense with Jedi is extremely slow, consistently when trying 'import os'
Sep 19, 2019
Looked good to me on the Azure notebooks.. Validated |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Open one of the notebooks from the Azure MachineLearningNotebooks repo.
https://github.com/Azure/MachineLearningNotebooks
Go to a cell that imports os.
Type "os."
Member list will take forever to open. Literally like over 5 seconds. Every time.
The text was updated successfully, but these errors were encountered: