You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importdash_core_componentsasdccdcc.send_data_frame# doesn't work
The reason for this is that the dash_core_components stub does from dash.dcc import * and the extra dcc.express items imported here aren't included in __all__
There may well be similar missing items in dash_table as well.