jwass / mplleaflet

Easily convert matplotlib plots from Python into interactive Leaflet web maps.
BSD 3-Clause "New" or "Revised" License
521 stars 76 forks source link

Can't import, Python 3 #49

Open amaschke opened 6 years ago

amaschke commented 6 years ago

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)

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.
roryhr commented 6 years ago

Do you have the package installed? pip install mplleaflet

Abdelmohaimen commented 5 years ago

yeah

AditSoni commented 4 years ago

have you found the solution?? i just ran the script using bash and it worked fine ,i was able to view the points on map