Maxime Liquet
Maxime Liquet
Some pages in the reference gallery have links to other backends that are broken. For example, the [Bokeh RGB page](https://holoviews.org/reference/elements/bokeh/RGB.html) offers three links, all wrongly pointing to .ipynb files (e.g....
hvPlot exposes a few `widget_` options like `widget_location`. When set, hvPlot calls `pn.panel(obj, **widget_opts)` as these options are not plot options but renderer options. As far as I understand, this...
I learnt today that starting from Bokeh 3.7.0 (https://github.com/bokeh/bokeh/pull/14112), the wheel zoom tools is automatically enabled when the plot gets focused. This could help with a UX issue I've had...
Noticed while modernizing NYC Buildings (https://github.com/holoviz-topics/examples/pull/386), it would be nice to be able to declare whether to sort or not the values of the dimensions used in a `groupby` operation....
(Title to update when the root cause is identified...) When attempting to modernize the IEX Trading example on examples.holoviz.org (https://github.com/holoviz-topics/examples/pull/398) we encountered the error I report below. Sorry for the...
Looking at the logs on the CI following the last docs build, we can see the build emits hundreds of warnings. ``` build succeeded, 335 warnings. ```
In https://github.com/holoviz/datashader/pull/1420 I've attempted to add a few missing reductions to the API ref. This didn't work for all of them and I assume that it is because some (like...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? In this example the *defaults* channel is...
Closes https://github.com/holoviz/param/issues/1007
Param has its own way of declaring "abstract" classes by annotating them with `__abstract = True`. Parameterized classes all have an `abstract` property inherited from the metaclass that returns whether...