Maxime Liquet

Results 368 comments of Maxime Liquet

As far as I can see it is still an open issue on VSCode's side https://github.com/microsoft/vscode-jupyter/issues/15304. Though I haven't dug into what hvPlot could do to improve that. My feeling...

Unfortunately, it looks like it's not that easy to just not set `group_label`, it's used in various places throughout the code and is expected not to be `None`. @SultanOrazbayev if...

> I'm not sure about the timeline, though, is there a preference in terms of draft PRs for this repo? Your branch as Draft is fine to me! You can...

Hi @stinodego, indeed importing hvPlot is pretty slow and we surely could improve that (also in HoloViews and Panel). However, when it comes to Polars users, I have some doubt...

> Found this issue while investigating why hvplot is taking about 10 sec in my simple test program (4000 data points, which I assume is on the smaller side of...

I would like to see how complex Python viz websites built with Quarto look before embarking on migrating hvPlot's site away from Sphinx. The nbsite gallery does have that capability...

It turns out this is Pandas' API: ![image](https://github.com/holoviz/hvplot/assets/35924738/680e9047-bd27-46d9-9cd7-949369ac6219) The difference is that hvPlot shows `a` in the x-axis while Pandas doesn't. ![image](https://github.com/holoviz/hvplot/assets/35924738/d0017320-c29c-4c93-aa08-58c095e1303f) I'm okay with how hvPlot displays the plot...

Starting the new year with good intentions, I plan to work on a roadmap on improving hvPlot's docs. Improving the visual and API reference will certainly be top of the...

Hi @MarcSkovMadsen, I can't reproduce this bug. ![hvplot_widgetloc_not_dynamic](https://github.com/holoviz/hvplot/assets/35924738/e4b92509-e3ef-4669-b9c0-fdf2c174acd0) > I believe this issue has nothing to do with quarto. I guess it has something to do with Quarto :) I'd...