How dynamic add a widget with the version of boken == 2.4.3?

I plot a button widget named “start to input”, i hope each time i click the button widget it will render a new input widget under the button widget. I found “column.children.append” may work for me, but this requires bokeh == 3.0.3 and python > 3.8. So how can i achieve this with bokeh == 2.4.3?

Appending to column.children should work the same in 2.4.3. But it’s not possible to offer any concrete help or speculation without a complete Minimal Reproducible Example that can actually be run and investigated directly.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.