Accessing package in python virtual environment
问题 I have a virtual environment in which I have installed 'geopandas'. When I do a pip list it lists this package as well. But when I try to call it in my jupyter notebook via 'import geopandas' I get a ModuleNotFoundError. Please help - I'm using windows machine 回答1: You can verify that your notebook is running in the correct virtual environment by doing: import sys sys.version Here's how to run a Jupyter notebook in a virtualenv. 回答2: You should check if your notebook is using the correct