-
Notifications
You must be signed in to change notification settings - Fork 293
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 is not working in Jupyter Notebook editor #4505
Comments
@ernurator Thanks for filing this. A quick question here. What language server are you using for the Python: Language server setting? |
@IanMatthewHuff Microsoft Python Language Server version 0.5.59.0 |
@ernurator Can you try moving that setting over to Pylance? Check to see if you get Intellisense after that change. |
@IanMatthewHuff it partially worked. Now it doesn't show description of methods |
We actually had a bug for this recently. We have the fix in, but it's not been released yet. Should be in our next extension release. I'm going to close this issue as a duplicate of the other issue on the topic. |
Okay, thanks! |
If you still see an issue here after our next release (no date promises, but we usually release about every month) just ping back here and I'll reactivate this issue. |
@IanMatthewHuff problem still exists after new release |
@ernurator You may be thinking of a release of the Python extension? This fix is in the Jupyter extension (which used to be part of the Python extension) and we have not yet made our release. You can check our release page in the marketplace here: |
@IanMatthewHuff okay, got it. |
Environment data
Expected behaviour
IntelliSense works in .py files
Actual behaviour
But not working in Jupyter Notebook editor
Logs
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)The text was updated successfully, but these errors were encountered: