Philipp Rudiger

Results 1199 comments of Philipp Rudiger

Appreciate the initiative on this, definitely looks better than what I had originally thought it would look like. That said I think we need to carefully think about UI/UX in...

Why not use: ```python radio_button = pn.widgets.RadioButtonGroup( name="Google Analytics", options=["Google Analytics", "User"], button_type="primary" ) pane1 = pn.pane.Markdown("Hello", width=2000, sizing_mode="stretch_width") pane2 = pn.pane.Markdown("World", width=2000, sizing_mode="stretch_width") rows_1 = [pn.Row(pane1), pn.Row(pane2)] rows_2 =...

Not sure I understand this one, plots/tables are the main output of the chat and when screen real estate is most important. Putting them in the sidebar seems to be...

Think we have this now as part of the explorer UI.

>This happens when filtering is applied as well. Not just on sorting. So, the main problem is in the .selection I believe. When the filtering is applied, the .selection doesn't...

Looking at the current `Arrow` implementation it seems to be pretty closely tied to the matplotlib backend. While the bokeh backend does not currently support arrow annotations they will be...

Yes at the very least it should be a style option. If we are keeping it as a style or plot option I'd at least want there to be a...

So then you're arguing that all backends need to support all the arrowstyles that are defined on the Element? I don't think that's practical.

Okay, not a huge fan because we're letting matplotlib determine what's a valid arrowstyle but I'm happy to leave it. Just have to decide what to do about direction now,...

Bokeh support is mostly waiting on standardizing on a general API that supports arrows in any direction.