jupyter does not provide correct completion suggestions
See original GitHub issueEnvironment data
- VS Code version: 1.67.2
- Jupyter Extension version (available under the Extensions sidebar): v2022.4.1021342353
- Python Extension version (available under the Extensions sidebar): v2022.6.2
- OS (Windows | Mac | Linux distro) and version: Windows 11
- Python and/or Anaconda version: 3.7.9
- Type of virtual environment used: NA
- Jupyter server running: Local
Expected behaviour
When typing as
in .ipynb
file, there should not be any suggestion just like typing in .py
file .
Actual behaviour
When typing as
in .ipynb
file, the icon for as
is wrong and there are completion suggestions
Steps to reproduce:
- Open a
.ipynb
file in vscode - Type
import requests as r
in python cell
Issue Analytics
- State:
- Created a year ago
- Comments:12 (8 by maintainers)
Top Results From Across the Web
No results found
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 Free
Top 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
Perhaps consider adding a setting to disable jupyter completions.
If you notice any slowdowns when executing, you might have to disable that setting. It tells the kernel to use Jedi for completions, but Jedi has performance issues.