Philipp Rudiger

Results 1199 comments of Philipp Rudiger

As long as there is some reasonable delay on it I'm +1 on enabling it by default.

Thanks @ObservedObserver! Panel is definitely closest to the Streamlit/Gradio model. In terms of maintainers I think it's primarily going to be @MarcSkovMadsen and I and both of us would be...

Happy to keep this open, if you have concrete suggestions on customizing the UI. Also worth noting that #1631 did not set the default to off.

Agreed, may have to manually edit the browser history stack. It's not something I've read deeply about.

I think there's some confusion here, the problem isn't that it requires a refresh but that each refresh goes into the browser history which means that when you click "previous...

You need to actually activate the plotly backend in hvPlot and use the responsive option: ```python import hvplot import panel as pn import hvplot.pandas from bokeh.sampledata.penguins import data as df...

Over all it is very hard for Panel to try to override settings applied to a plot that the user might have created. While it would be nice for `pn.pane.HoloViews(...,...

Yep was looking at that this morning. It's missing our patched plotly.css file for some reason.

That is in no way cheating, it's following what the hvPlot docs tell you to do to use the Plotly backend: https://hvplot.holoviz.org/user_guide/Plotting_with_Plotly.html Calling`pn.extension('plotly')` has no effect on what hvPlot does...