I installed anaconda3-5.0.1 by pyenv. And I executed conda create -n obspy python=3.6.4 anaconda
to make environment "obspy" use obspy.
I tried to use obspy along with http://docs.obspy.org/packages/obspy.clients.fdsn.html#module-obspy.clients.fdsn in Jupyter. And I executed cat.plot()
the error Neither basemap nor cartopy could be imported.
has occurred.
Basemap and Cartopy are already installed, and when the same commands are executed in command line they work well. I thought packages that were installed by conda
command were not reflected the environment of Jupyter.
How can I reflect the environment of "obspy" to that of jupyter?