-
Notifications
You must be signed in to change notification settings - Fork 6k
[Bug]: Hover feature does not work in Jupyter notebooks #6323
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
Comments
I can confirm that this works with the current versions of
Please be aware that code-sever (current version: 4.14.1, aka Code 1.79.2) relies on the Open VSX Registry, which currently provides
for code-server v4.14.1. Let us re-evaluate after @code-asher has updated code-server so it is based on Code 1.80. |
Most probably due to Pylance only being published to the VS Code marketplace. Cross reference: microsoft/pylance-release#746 |
Cross reference: #1938 |
@cgebbe The situation regarding Pylance is not going to change. Please close this issue. |
As @benz0li mentioned, jupyter-notebook-lsp.mp4Configure {
"python.languageServer": "Jedi",
} Code-Server
Extensions
Related: microsoft/vscode-jupyter#12494 |
@OceanTrader1 thanks for this, I wanted to ask what is the difference between using Pylance vs Jedi? is there any tradeoff for making this change? EDIT: Also, Im able to get hover/definition feature working in notebooks but when I click on some library functions/classes it is not working and I'm not able to go to the definition, how can I fix it? |
Closing since it looks like there is nothing we can do, but feel free to continue the discussion. |
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
OS/Web Information
code-server --version
:Steps to Reproduce
Expected
import numpy
andnp.ones(
Actual
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
peek definition
also do not work in a jupyter notebook in code-server?The text was updated successfully, but these errors were encountered: