dash icon indicating copy to clipboard operation
dash copied to clipboard

Add library loading capacity to `_allow_dynamic_callbacks`.

Open T4rk1n opened this issue 1 year ago • 1 comments

When _allow_dynamic_callbacks=True, callback can now import a component library and automatically loaded on the callback returns. Same restrictions as adding callbacks during callbacks, only guaranteed to work for a single user, meant to be used for development purposes.

T4rk1n avatar Mar 11 '24 17:03 T4rk1n

@chriddyp / @hatched I think we should make a build of Dash based on this version and test whether we resolve the issue in App Studio with third-party component libraries. What do you guys think? Happy to create that build if so.

ndrezn avatar Mar 12 '24 15:03 ndrezn

@T4rk1n: From @robertclaus, this change was tested in App Studio and works as expected 🥳 . See: https://github.com/plotly/notebook-to-app/issues/401#issuecomment-2269443734

ndrezn avatar Aug 22 '24 19:08 ndrezn