Plotly seems to be one of the first tools people reach for when plotting in Python, and IMO it would be good to have a decorator in Shiny. It would be better to have a render.plotly decorator in the main Shiny package which wrapped render_plotly and errored if you didn't have shinywidgets installed.
Plotly seems to be one of the first tools people reach for when plotting in Python, and IMO it would be good to have a decorator in Shiny. It would be better to have a
render.plotly
decorator in the main Shiny package which wrappedrender_plotly
and errored if you didn't have shinywidgets installed.