Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't import, Python 3 #49

Open
amaschke opened this issue Jan 3, 2018 · 3 comments
Open

Can't import, Python 3 #49

amaschke opened this issue Jan 3, 2018 · 3 comments

Comments

@amaschke
Copy link

amaschke commented Jan 3, 2018

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
Copy link

roryhr commented Apr 2, 2018

Do you have the package installed? pip install mplleaflet

@Abdelmohaimen
Copy link

yeah

@AditSoni
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants