vscode-jupyter: Hover Documentation Pop up does not work after VSCode 1.52 update

Environment data

  • VS Code version: 1.52.0
  • Jupyter Extension version (available under the Extensions sidebar): v2020.12.414227025
  • Python Extension version (available under the Extensions sidebar): v2020.11.371526539
  • OS (Windows | Mac | Linux distro) and version: Windows10
  • Python and/or Anaconda version: 3.8.5
  • Type of virtual environment used (N/A | venv | virtualenv | conda | …): conda
  • Jupyter server running: Local | Remote | N/A Local
  • Microsoft Language Server: Pylance v2020.12.2

Expected behaviour

In ipynb files, on hover, showing documentation pop-up

Actual behaviour

Right after VSCode 1.52 update , on hover documentation pop-up stopped working, nothing pops up. I have downgraded from 1.52 to 1.51.1 and bug has been solved.

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

Logs

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

XXX

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 3
  • Comments: 17 (8 by maintainers)

Most upvoted comments

I am on VS Code 1.53.2 (Win 10) and I hover pop-up documentation is not working for me either while trying to write Python code.

I found that I was having autocompletion error in Ipython and Jupyter and found this Issue: ipython/ipython#12740

pip install jedi==0.17.2 solved for me, also within VSCode

Thanks for the advice but it didn’t work for me.