posit-dev / py-shinywidgets

Render ipywidgets inside a PyShiny app
MIT License
41 stars 2 forks source link

Suggestion - Support for bqplot and plotly #58

Closed mfesan36 closed 1 year ago

mfesan36 commented 1 year ago

It would be great if you could support rendering bqplot: https://github.com/bqplot/bqplot.
The same goes for plotly, I could not find any plotly example which is supported in R version. Thanks

cpsievert commented 1 year ago

Both of these projects are supported, see for example https://github.com/rstudio/py-shinywidgets/blob/main/examples/outputs/app.py

mfesan36 commented 1 year ago

This is great!, thanks for pointing me to the example. By any chance does pyshiny support dark theme?

cpsievert commented 1 year ago

There's no 1st class support for dark theme at the moment (although you could probably hack some custom CSS together). Feel free to open an issue over at https://github.com/rstudio/py-shiny