在我刚刚验证安装了 geoplot 的同一 shell 中启动 jupyter notebook .. EG
(base) (presvenv) williamkoontz@Williams-iMac pres % conda install -c conda-forge geoplot
Collecting package metadata (current_repodata.json): done
Solving environment: done
# All requested packages already installed.
(base) (presvenv) williamkoontz@Williams-iMac pres % jupyter notebook
[I 22:25:22.802 NotebookApp] Serving notebooks from local directory:
...
但是在 Jupyter 中,当我尝试导入时,我得到了
----> 6 import geoplot as gplt
ModuleNotFoundError: No module named 'geoplot'
任何想法如何让 Jupyter 看到 Geoplot 已安装?