Marc Skov Madsen

Results 435 comments of Marc Skov Madsen

Looking at the numpy web page. The below might be a simple solution if we enable easily copy-pasting code from a gallery? ![image](https://github.com/holoviz/panel/assets/42288570/cdae5af1-5162-49fa-a571-c454d9188edc)

Very often the data you have is not a dict, but a dataframe

> To be consistent with other widgets, I like the idea of keeping dict, list. (I suppose Tabulator/Perspective uses param.DataFrame) > > Also, I think transforming a dataframe to a...

Hi @OSuwaidi The plot probably need an export to SVG or HTML to be displayed in Panel. I'll take a look when I get back to my computer. My starting...

Hi @OSuwaidi You can try using the below. If you experience issues please report back with minimum, reproducible examples https://github.com/holoviz/panel/assets/42288570/3e7243cb-e618-46de-825f-af2916a04818 ```python import param from panel.reactive import ReactiveHTML from lets_plot import...

Looking at https://github.com/randyzwitch/streamlit-letsplot/blob/master/streamlit_letsplot/__init__.py i can see that both PlotSpec and GGBunch needs to be supported.

Would Panel be interested in add a `LetsPlot` Pane natively @philippjfr ? Or should it be a separate extension?

> Hey @MarcSkovMadsen 👋🏼, upon experimenting a bit with the work around you provided, it seems to break down when using plots having their `stat` parameter not defaulted to `'identity'`....

Its a good starting point. But Maybe we need to consider other things. Like performance. But the main blocker is for @philippjfr to provide feedback on whether a PR would...

I've been able to reproduce the issue. See the mentioned discourse discussion.