deeplook

Results 176 comments of deeplook

Why is this "inconvenient to parse"? ```python classifiers=[ "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8",...

Any progress on this? This seems to be one of the most pressing missing features.

The easiest thing is to document the current behaviour.

I'm using these two cells for now as a workaround: ```html %%html .leaflet-div-icon { background-color: transparent; border-color: transparent } ``` ```python from ipyleaflet import DivIcon, Map, Marker m = Map(center=(0,...

Works too! Here's a **EM Soccer Finals 2021 Supporter Map** (after some Twitter postings by others), ca. 25 LOC.

@giswqs It took some time to undust it, but yes! Here it is cell by cell. I hope it's useful: ```python import requests from ipyleaflet import basemaps, DivIcon, GeoJSON, Map,...

It seems like it makes no difference, how many cells I use for this in Xeus-Python. This one also doesn't work: ```python import ipyleaflet m = ipyleaflet.Map(center=[0, 0], zoom=1) m...

Seems to be the same issue like in https://github.com/jupyter-widgets/ipyleaflet/issues/347.