ipyleaflet
ipyleaflet copied to clipboard
A Jupyter - Leaflet.js bridge
Hi, i am trying to create a weather radar with this library. My data has a misalignment, that in Folium i used to fix with the attribute mercator_projector in the...
The Velocity and MarkerCluster classes do not have a visible or show attribute that allow the layers to be toggled off programmatically.
Hi, I have a new installation of jupyterhub following the instructions in [jupyterhub the hard way](https://github.com/jupyterhub/jupyterhub-the-hard-way/blob/HEAD/docs/installation-guide-hard.md), where jupyterhub is installed in its own virtual environment, and then all user packages...
I'm trying to change the velocity units in ipyleaflet's Velocity but it seems that any change in the display_options dictionary is ineffective. `from ipyleaflet import Map, TileLayer, basemaps from ipyleaflet.velocity...
I am trying to run "Velocity" on Jupyter notebook to visualize velocity magnitude and direction, eventually creating those fantastic trace animations with my own simulation results data. But I am...
My code has Markers moving and changing states as it moves. However, the Marker browser tooltip text does not update as the title attribute is changed. Is there a way...
Whenever a marker is placed the map starts to pan. This happens in both jupyter notebook and lab. As well as on both firefox and chrome. Ipyleaflet version : 0.18.2...
I'd like to directly display text on the map without popup box and control its anchor location. How can this be achieved?
I want to add a color bar for this code lake_image = sentinel2.median() vis = { 'bands': ['B4', 'B3', 'B2'], 'min': 0, 'max': 900 } Map = geemap.Map() Map.centerObject(lake_7, 16)...
It just prints "loading widget", but won't display a map.  https://www.kaggle.com/code/opensourcerer9000/ipyleaflet-hello-world