Hello!
I'd like to host an interactive chart that I made with plotly online.
I know for Python I can use DataPane to do it really easily. I'd like to host a single chart, so that I can upload it to a Notion doc and keep the interactivity. I can do that easily with DataPane. I know Shiny Apps lets me deploy shiny apps.
Where can I go to simply host an interactive ggplotly() chart, without making it into a shiny app?