Installing Pip Packages on a Juptyer Notebook
If you get receive a module not found, o r package not found on your jupyter notebook, it's because that environment (regardless of what you have in your ENV or virtualenv) can't see those packages.
The best way to get around this is to simply install them inline in your jupyter notebook. Make sure you create a separate box so that you only have to install one.