I am working with VSCODE Jupiter Notebooks and Pylance cannot resolve some of the modules that I know they have been successfully loaded into my virtual environment.
Below is an screenshot:
The notebook is using the proper virtual environment:
The code successfully runs. The problem is with Pylance as I think it is somehow confused.
How can I have Pylance acknowledge the library that has been successfully loaded into the virtual environment.