It seems it would be straightforward and useful to auto-generate a diagram of callbacks in a Dash app. Does a tool for this exist?
When you run your app in debug mode:
app.run_server(debug=True)
You can see the graph of callbacks
2 Likes
And this was recently overhauled in Dash 1.16.0