Maxime Liquet

Results 368 comments of Maxime Liquet

I'm quite puzzled by this issue. I don't quite understand why Quarto needs hvPlot users to call `hvplot.extension()` explicitly? While this is actually already done automatically when running `import hvplot.pandas`....

> My hypothesis is that hvPlot/ HoloViews has some test whether the extension has already been loaded. I think so, and as such I'd imagine that adding `hvplot.extension()` after `import...

Hi @JelmerBot, sorry I took so long to come back to you! And thanks for opening a PR :) I checked the effects of your changes on the code you...

Not that the [recommended and documented](https://hvplot.holoviz.org/user_guide/Plotting_Extensions.html#switching-the-plotting-extension) way to switch between plotting extensions is to load them all upfront and then use `hvplot.output(backend=)` to switch.

Hi @ea42gh could you report whether following the steps suggest by @Hoxbro fixed your issue? I agree it's likely an issue with some cache. If you're using JupyterLab, you may...

I think we've already discussed that in the past. IIRC it's pretty difficult to stop things from running. I think we discussed removing columns from `by` and `groupby` that have...

The explorer is pretty different from the chat components of Panel, it doesn't fetch data from the internet, which is indeed the kind of operation that can get very slow...

Could you give an example of what you were trying to do?

Doing a little more digging on this one. The [printf](https://en.wikipedia.org/wiki/Printf) style refers to a family of functions in C to format strings, in Python this is now used to refer...