posit-dev / py-shinywidgets

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

Move @render_widget to output_transformer infrastructure #110

Closed jcheng5 closed 8 months ago

jcheng5 commented 8 months ago

This also adds the ability to use render_widget in self-rendering contexts like quarto.

@schloerke I'm not clear on when @output_transformer made it into py-shiny, do you mind adding the right version constraint for shiny in setup.cfg?

CLAassistant commented 8 months ago

CLA assistant check
All committers have signed the CLA.

cpsievert commented 8 months ago

mind adding the right version constraint for shiny in setup.cfg?

Looks like it was added pretty early on in the current dev version, so I just ended using the latest dev version (0.5.1.9003)