Maxime Liquet

Results 828 comments of Maxime Liquet

This error seems to happen because the GridSpace contains empty NdLayouts: ```python import pandas as pd import hvplot.pandas import panel as pn df = pd.DataFrame( { 'date': ['2023-05-08', '2023-05-18', '2023-06-21',...

@Azaya89 in https://github.com/holoviz-topics/examples/pull/404/commits/d516cc7d3e298d66c983a883f4bbcd6ec24b2354 I pushed some minor modifications I made while running the notebook.

@Azaya89 thanks for your changes! I've pushed some minor changes to the notebook (mostly renaming the variables). I like the approach you adopted for timing the plots but unfortunately it...

> Looks like the embedded static images which have HTML styling don't appear on the dev site so I guess I wouldn't expect them to work for the main set....

> I was hoping the using a 'hide_input' cell tag would all for rendering the video output without the code cell.. for some reason I thought we had enabled this...

> Thanks for the epic review! We got well over-trained to do this last year with the NF SDF grant! Thanks for adjusting the example based on our feedback, it's...

> Seems like it's not even documented besides one usage in the docs. Unfortunately that's the case for a lot of features in hvPlot! > (from my understanding, color_key if...

I'd rather suggest documenting this on this page https://param.holoviz.org/user_guide/Parameters.html. With a warning admonition letting people know that getattr will pick a method instead of a parameter when they clash and...

> I'd recommend both, or else it would seem rx only works with widgets and not layouts. I'm fine adding this warning in this page too but your comment makes...