pylance-release icon indicating copy to clipboard operation
pylance-release copied to clipboard

No IntelliSense in Jupyter notebook.

Open ttSpace opened this issue 1 year ago • 2 comments

Environment data

  • Build of Visual Studio Code - Insiders: 1.86.0-insider
  • Build of python-insider: v2023.25.10101826
  • Build of pylance-insider: v2023.12.103

Repro Steps

  1. Create a new directory somewhere on disk.
  2. Open that new directory via File > Open Folder...
  3. Create a new Jupyter notebook
  4. Type import .

Expected behavior

As you type, your completion list should open and prompt for your input accordingly.

Actual behavior

Nothing came up.

image

No errors are displayed.

image

ttSpace avatar Jan 11 '24 10:01 ttSpace

Based on the screenshot, it seems that you didn't select the Jupyter kernel.

hidaris avatar Jan 11 '24 17:01 hidaris

I can repro it in today's build. After restart the VSCODE, IntelliSense works well.

error

Build info

Build of Visual Studio Code - Insiders: 1.86.0-insider 
Build of python-insider: v2023.25.10111009
Build of pylance-insider: v2023.12.103

ttSpace avatar Jan 12 '24 09:01 ttSpace

This does not repro on 2024.7.1.

judej avatar Jul 10 '24 21:07 judej