Philipp Rudiger
Philipp Rudiger
They certainly should not have to call the panel extension. What definitely has to happen is that hvPlot has to be told to render using plotly instead of the default...
>I do need to call pn.extension("plotly"). Otherwise I get Cannot reproduce this. > It is not obvious. If you come from Streamlit, Gradio etc. backgrounds you don't have to do...
>But I tell it (dynamically) in the HoloViews pane to use the plotly backend. I expected it to be controlled there. I would expect the HoloViews pane to tell hvPlot/...
I thought we had an issue about this in hvPlot but it was probably closed when we implemented the backend support. I agree this is a significant point of friction...
Great start, though we need to work on removing the dependency in bokeh first.
I guess file an issue to ask if we can define a serializer for `Decimal` in Bokeh.
Param will **never** introduce any UI specific code, so I've moved this to Panel. We can consider providing a mechanism in Panel though, but probably not as a method on...
At this point we are probably going to halt development on existing components and put all efforts into ensuring the transition to panel-material-ui is smooth.
My profiling code ```python import time import numpy as np import pandas as pd import datashader as ds N = int(10e6) C = 20 def gen_data(N=int(10e6), C=20): xy = np.random.randn(int(N),...
Thanks, until we have CSS styling of the plot we should disable dark mode again.