Jupyter notebook missing descriptions in intellisense recommendations.
See original GitHub issueEnvironment data
- VS Code version: 1.50.1
- Extension version (available under the Extensions sidebar): python extension v2020.10.332292344
- OS and version: ubuntu 20.04 lts
- conda version : 4.8.3
- conda-build version : 3.18.11
- python version : 3.8.3.final.0
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): conda (set to base env)
- Relevant/affected Python packages and their versions: XXX
- Relevant/affected Python-related VS Code extensions and their versions: python extension v2020.10.332292344
- Value of the
python.languageServer
setting: Jedi - Jupyter server running: Local
[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (python.languageServer: 'Microsoft'
), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]
Expected behaviour
Descriptions shown for python files.
Actual behaviour
No descriptions are shown for intellisense recommendations for jupyter notebooks. This is seen for all recommendations made by intellisense.
Switching to pylance language server has the same issue as above. Switching to the microsoft language server causes intellisense to not work at all for jupyter notebook files.
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
- XXX
Logs
Output for Python
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Python
)
XXX
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:16 (8 by maintainers)
Top Results From Across the Web
How to get autocomplete and suggestions in Jupyter ...
I'm trying to code on Jupyter Notebook on VS Code, but there are no code suggestions nor syntax highlighting!
Read more >IntelliSense in Visual Studio Code
Why am I not seeing method and variable suggestions? ... This issue is caused by missing type declaration (typings) files in JavaScript. You...
Read more >Code completion | PyCharm Documentation - JetBrains
To reject all suggestions auto-completion offers, press Esc . This section covers various techniques of context-aware code completion that allow ...
Read more >How to enable auto-completion in Jupyter Notebook
You have auto-complete in Jupyter notebooks like you have in any other Jupyter environment. Simply hit the “Tab” key while writing code. This...
Read more >9 things you did not know about jupyter notebook
In this article, I will share some Jupyter notebook tips that I ... in Jupyter notebook and using markdown to create descriptions and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes it will
This should be working now: