in ()
----> 1 import mplleaflet
2 mplleaflet.show()
ModuleNotFoundError: No module named 'mplleaflet'`
I already have my data mapped out, but I wanted to create an interactive map, mostly to see the locations and get a better understanding of the data that way.
I'm unable to import mplleaflet into my Python 3 Jupyter notebook. Here's the code and error:
` In [159]:
import mplleaflet mplleaflet.show()
ModuleNotFoundError Traceback (most recent call last)