I recently started using Python 3.5 and Anaconda on my Windows PC. I'm trying to build a map. However, when I'm in my Jupyter laptop and I type
import mpl_toolkits.basemap
I get the error message "no module name" 'mpl_toolkits.basemap' However, I have loaded the module in the same C: \ Users \ Geena file as the .matplotlib, .ipython, .jupyter, etc.
Does anyone know how I can fix this?
Geena source
share