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

ipyleaflet widget doesn't display anything #11

Closed
devvyn opened this issue Apr 1, 2018 · 1 comment
Closed

ipyleaflet widget doesn't display anything #11

devvyn opened this issue Apr 1, 2018 · 1 comment
Labels
invalid This doesn't seem right

Comments

@devvyn
Copy link
Owner

devvyn commented Apr 1, 2018

might be an issue with widgets in general, but ipyleaflet for sure doesn't show anything

To reproduce

Install package:

conda install -c conda-forge ipyleaflet

Example map from http://jupyter.org/widgets:

from ipyleaflet import Map

Map(center=[34.6252978589571, -77.34580993652344], zoom=10)

Expected

a graphical map

Actual

nothing, not even an error

@devvyn devvyn added the bug Something isn't working label Apr 1, 2018
@devvyn
Copy link
Owner Author

devvyn commented Apr 1, 2018

solved by restarting the container

@devvyn devvyn closed this as completed Apr 1, 2018
@devvyn devvyn added invalid This doesn't seem right and removed bug Something isn't working labels Apr 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant