Philipp Rudiger
Philipp Rudiger
My guess is that they're all just scaled to the same height and the workmark is a lot taller relative to the logo than our other projects.
@jbednar and I have discussed the idea of accessing streams via an accessor on HoloViews components for a long time, i.e. `.events.selection.indexes` would automatically create a `Selection1D` stream attach it...
As for the overall discussion about HoloViews and reactivity, I do think to some extent that getting rid of `DynamicMap` and making individual elements reactive is only way we're going...
>hvPlot supports passing widgets as arguments. Although I'm pretty sure months ago we said that it should be deprecated (yet another way...) The main concern there was that passing widgets...
This was super helpful as a starting point, thanks @pierrotsmnrd. I've picked this up and integrated the remote file support in the regular `FileSelector` and also the new `FileTreeSelector` in...
Agree that it would be nice to support but I'd really want to make it a lot more robust than what you're doing there which is matching on very specific...
Yep thanks!
The `AnyWidgetComponent` wrapper now also supports React based examples, e.g. here's the Python wrapper for the Carbonplan widget: ```python import numpy as np import param from panel.custom import AnyWidgetComponent __all__...
Probably in the stream callbacks code in HoloViews.
> I have added some ugly code in 82ab659 to try to improve that, but it is suboptimal at best and workaround the problem and not fixing it Has this...