posit-dev / py-shinywidgets

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

Use pydeck.Deck's show() method instead of .deck_widget #52

Closed jcheng5 closed 1 year ago

jcheng5 commented 1 year ago

Otherwise, nothing renders in the app until .update() is called explicitly.

Fixes #51