Callbacks in Dash

Hi everyone,

So I have a question on callbacks. Is it quite possible that an output in a callback be an input in a second callback?

Thanks

Yes, you just need to make sure you don’t create circular references between the callbacks.

1 Like