widgetti / solara

A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps
https://solara.dev
MIT License
1.91k stars 142 forks source link

Feedback on initial read of the docs #505

Open paddymul opened 9 months ago

paddymul commented 9 months ago

I read through the docs with an eye towards porting my IPYWidget based data table to Solara. Although I built an app that extends DOMWidget, I have spent very little time linking together IPYWidget components in a jupyter notebook.

Here are my initial impressions and suggestions:

paddymul commented 9 months ago

Could you show an example in a notebook of wrapping a DOMWidget or AnyWidget based IPYWidget so that it works in solara. If I figure it out myself first, I will make a PR.