Open heejaechang opened 3 weeks ago
@heejaechang I do not see any duplicates in the screenshot Do i need Pylance or Jedi or neither?
@rchiodo Is it fixed in v2024.11.2
?
The fix for this wouldn't be in Pylance. It would be in the jupyter extension. Given that Don submitted a fix 3 weeks ago, I suspect the latest Jupyter prerelease has the fix in it.
I tried the Jupyter v2024.11.2024102401 (pre-release)
, issue still.
I'm using 2024.11.2024111901 and it doesn't seem to repro for me:
@rchiodo I found it depends on Python version, I can reproduce on 3.10.12
, could you try it?
And, I can't find 2024.11.2024111901
, how did you do that?
You might be on VS code stable. I'm using VS code insiders. Jupyter may have updated their required VS code version so the latest only works on insiders.
I can repro with Python 3.10 too:
@DonJayamanne you may need something different based on the results returned from ipykernel. Older versions must have had different completions.
Applies To
What happened?
repro steps
import os
os.
<= completion hererepro for both
notebook
andinteractive window
VS Code Version
1.94.2
Jupyter Extension Version
v2024.10.2024100401
Jupyter logs
No response
Coding Language and Runtime Version
No response
Language Extension Version (if applicable)
No response
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
None