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
Simplifying this dependency list would be nice, and several dependencies are stubs.
Another strategy would be to asynchronously load bundles for dash_html_components, dash_core_components, and dash_table only when they are imported rather than requiring they be downloaded at all times. While dcc and html are more commonly used, making dash_table a lazy import would have a noticeable impact on performance in most cases.
The dash bundle is approx. 1o Mbyte, which will be a problem for WASM deploys. We should investigate ways to reduce its size.
cf. plotly/plotly.py#4817
The text was updated successfully, but these errors were encountered: