Open MarcSkovMadsen opened 2 years ago
+1 from me here. We've considered this in the past and I think the plan around this was to add a simple version of bind
to param and then have the Panel based version support this.
Would be ok to add .servable
directly for the time being?
I do want the Param version of bind and don't know of any reason not to simply implement that, but I'm not sure why that's required for moving forward at the Panel level.
I'm trying to compare Streamlit to Panel code.
If objects returned by
pn.bind
where.servable
I could remove one line of Panel code and make the communication much simpler.Panel
Streamlit