Extensions for Plotly Dash.
Project description
The dash-extensions
package is a collection of utility functions, syntax extensions, and Dash components that aim to improve the Dash development experience. It can be divided in four main pillars,
- The
enrich
module, which contains various enriched versions of Dash components - A number of custom components, e.g. the
Websocket
component, which enables real-time communication and push notifications - The
javascript
module, which contains functionality to ease the interplay between Dash and JavaScript - The
snippets
module, which contains a collection of utility functions (documentation limited to source code comments)
The enrich
module enables a number of transforms that add functionality and/or syntactic sugar to Dash. Examples include
- Making it possible to target an
Output
by multiple callbacks via theMultiplexerTransform
- Enabling logging from within Dash callbacks via the
LogTransform
- Improving app performance via the
ServersideOutputTransform
to name a few. To enable interactivity, the documentation has been moved to a separate page.
NB: The 0.1.0 version introduces a number of breaking changes, see the changelog for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dash_extensions-0.1.13.tar.gz
(1.4 MB
view hashes)
Built Distribution
Close
Hashes for dash_extensions-0.1.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8369db7362513896116495080b425a748e49bfa9197723d101789a86b6c88434 |
|
MD5 | 1d92476d06dc0615ca5a9408bde528af |
|
BLAKE2b-256 | b0db870b539a452b8a45f59266f1046017f86ca3488aab9443ae12163fc936d1 |