You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if there was some seamless integration between ipyleaflet/folium/ipyopenlayers/leafmap and jupytergis in the Notebook API:
fromjupytergis_labimportGISDocumentdoc=GISDocument()
fromipyleafletimportMapm=Map()
# [...]# User code user ipyleaflet# [...]doc.append_layers(m.layers)
It should fairly be easy to implement (maybe repetitive).
This would allow existing user code to already integrate with jupytergis.
The text was updated successfully, but these errors were encountered:
It would be great if there was some seamless integration between ipyleaflet/folium/ipyopenlayers/leafmap and jupytergis in the Notebook API:
It should fairly be easy to implement (maybe repetitive).
This would allow existing user code to already integrate with jupytergis.
The text was updated successfully, but these errors were encountered: