-
-
Notifications
You must be signed in to change notification settings - Fork 391
Open
Description
Issue:
When using VS Code with the Jupyter extension, triggering autocomplete (Ctrl + Space
) inside a notebook cell causes a noticeable delay (~2–3 seconds). This only happens in Jupyter notebooks, regular .py
files are unaffected.
Steps to reproduce:
- Open a Jupyter notebook in VS Code.
- Import any Python module (e.g.,
import pandas as pd
). - Inside a new cell, type something like
pd.
and pressCtrl + Space
. - Observe a 2–3 second delay before suggestions appear.
Expected behavior:
Autocomplete should appear instantly, as it does in .py
files.
Reverting ipykernel to version 6.30.1 immediately fixes the issue.
jthistle and alihamdan
Metadata
Metadata
Assignees
Labels
No labels