Maarten Breddels
Maarten Breddels
Fixes #856 @JovanVeljanoski : could you finish this further? Basically we have to repeat this for every item in 4be22b7f102a6873f5d4d24c135c73f14a167cc2
These masks are pointless
Maps integer data to a single color, and gives a dropdown to select which layers to show Example usage: ```python ipv.figure() light = ipv.light_ambient(intensity=0.4); ipv.light_hemisphere(intensity=1); tf = ipv.transfer_function_discrete(2, labels=["gap", "solid"],...
Hi, thanks for this project. I noticed on https://pypistats.org/packages/solara that it listed dask as a dependency, while it is only an optional dependency. Looking at: https://github.com/crflynn/pypistats.org/blob/70a10f994173b4b9e8905fb3494dd5d0d5bd1bbb/pypistats/views/general.py#L118 is too I see...
This is using solara to run the test with a live frontend. These things are difficult to test with galata, since we test user interaction. In light of a future...
Hi, We've been looking into the draw controls for ipyleaflet. One thing we were interested in (cc @mangecoeur ) was controlling the draw controls programmatically, using our own controls (not...
``` import ipyleaflet m = ipyleaflet.Map(attribution_control=True) m ``` Results in This was introduced in https://github.com/jupyter-widgets/ipyleaflet/pull/398
Fixes #139
I see ``` Error Config validation error in build.os. Value build not found. ``` See screenshots @martinRenou any idea?