Maxime Liquet
Maxime Liquet
(I *think* it's a Panel issue but I'm not entirely sure) The [hvPlot Plotly guide](https://hvplot.holoviz.org/user_guide/Plotting_with_Plotly.html) currently doesn't display any Plotly plot. I discovered this is "caused" by `import hvplot.pandas` and...
When a DataFrame contains a column with dtype `datetime64[ns, UTC]`, editing a value in the DataFrame through the Tabulator widget raises an Exception. ```python import pandas as pd import numpy...
@Azaya89 has been working on modernizing the *Attractors* example on examples.holoviz.org. [One](https://examples.holoviz.org/gallery/attractors/clifford_panel.html) of its notebooks makes use of `pn.interact`. `pn.interact` has been soft-deprecated in Panel: - It is no longer...
GoatCounter was already in place, and we've seen that the metrics both services provide are close enough.
The `subcoordinate_y` feature added to HoloViews opens the door to the implementation of [ridge / joy plots](https://en.wikipedia.org/wiki/Ridgeline_plot) in hvPlot. I'm opening this issue to gauge the interest in this feature...
Say you’ve got a project that is locked and that you want to update the version of one of its direct dependencies. You then change its specification: ```diff name: Project...
Hey all, As you may know in the HoloViz group we have a project called [pyctdev](https://github.com/pyviz-dev/pyctdev) whose goal was to make running packaging/project management tasks easier. As a user you'd...
I guess the task referenced in https://github.com/holoviz/holoviz/issues/376 was already done; this is just a tiny update. > Add publishing to Anaconda Notebooks and/or Pyodide? => Add simple sentence
resolves https://github.com/holoviz/holoviews/issues/6268 By relying on https://github.com/bokeh/bokeh/pull/13826 to be released in Bokeh 3.5, that adds hit-testing properties to the wheel zoom tool. When building a *subcoordinate_y overlay with groups* which has...
As observed in https://github.com/holoviz/holoviews/pull/6190, it's at the moment not possible to visually distinguish normal wheel-zoom, zoom-in, and zoom-out tools in the toolbar with their subcoordinate-y versions, at least until you...