I'm new to VS Code and I get this error when I try to code in Python there.
Jupyter kernel cannot be started from 'Python 3.8.1 32-bit'. Using closest match Python 3.7.4 64-bit ('base': conda) instead. Error starting original kernel: Error: Module 'notebook' not installed.
Everything works fine and I can run code. But I can't trigger parameter hints or use the intellisense feature when running code in a python script format. When I use the jupyter notebook cells format, the intellisense feature works but the paramter hints still dont work.
I've tried everything in all the other threads similar to this.