posit-dev / py-shinywidgets

Render ipywidgets inside a PyShiny app
MIT License
46 stars 5 forks source link

Allow for "direct" rendering of more plotly classes #74

Closed cpsievert closed 1 year ago

cpsievert commented 1 year ago

i.e., render_widget() should be able to work directly with classes produced by plotly express or vanilla plotly.py. It shouldn't require transforming of those objects into a FigureWidget object