'How to get autocomplete and suggestions in Jupyter Notebook in VS Code?

I'm trying to code on Jupyter Notebook on VS Code, but there are no code suggestions nor syntax highlighting!

I am currently running python 3.10.

enter image description here



Solution 1:[1]

  1. Install this extension copy and search in extension ms-toolsai.jupyter

  2. If suggestion not show then try to press ctrl+space

Image

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sharim Iqbal