emilhe / dash-extensions

The dash-extensions package is a collection of utility functions, syntax extensions, and Dash components that aim to improve the Dash development experience

Home Page:https://www.dash-extensions.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What needs to be done to get integrate long_callbacks with dash-extensions?

pjaselin opened this issue · comments

Curious to see what you need to do to get long_callbacks working with dash-extensions and I'm happy to pitch in if you'd like. Also I love this library and have used it all the time these past few years!

Thanks! I am working on a major update that adds tests and interactive documentation, so I haven't looket at it yet. But I imagine creating an intermediate layer, similar to the one implemented for callbacks and clientside callbacks.

Gotcha sounds good, I'll have to work on better understanding how your intermediate layer works for the regular callbacks.

The update has now been migrated into master. Hence, I will expect the structure to remain more stable from now on :)

Ok sounds good thanks! I'll update my master then

I think this can be closed now that long_callback is being deprecated in favor of background callbacks: https://dash.plotly.com/background-callbacks. This has worked for me in conjunction with dash-extensions.