The second example on the referenced page, “Share data between callbacks” appears to have unneeded, unexecuted code:
if data is None: raise PreventUpdate
Why not have cleaner code?
The second example on the referenced page, “Share data between callbacks” appears to have unneeded, unexecuted code:
if data is None: raise PreventUpdate
Why not have cleaner code?