I created a virtual environment and installed ipython[all]
and jupyter
with pip. When I run jupyter lab
, open a notebook, and try importing a package I installed inside the virtual environment, I get “ModuleNotFoundError.”
Running ipython
in the console and importing works. Also, which jupyter
does point me to the right executable in the virtual environment.