question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jupyter notebook missing descriptions in intellisense recommendations.

See original GitHub issue

Environment 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. Screenshot from 2020-10-30 20-47-52

Actual behaviour

No descriptions are shown for intellisense recommendations for jupyter notebooks. This is seen for all recommendations made by intellisense.

Screenshot from 2020-10-30 20-53-14

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]

  1. XXX

Logs

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

XXX

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
DonJayamannecommented, Jan 4, 2021

ay I know if this feature (and new look of Jupyter notebook in VS Code) will eventually make it to the “main” VS Code application?

Yes it will

1reaction
rchiodocommented, Aug 30, 2021

This should be working now:

image

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found