posit-dev / py-shinywidgets

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

Import render_plotly error #145

Open hessakh opened 1 month ago

hessakh commented 1 month ago

I get the following error when I try to import render_plotly from shiny widgets:

from shinywidgets import render_plotly

I get the error:

ImportError: cannot import name 'render_plotly' from 'shinywidgets'

Any help would be great, thanks!