- Some working code snippets to learn data visualizaton with dash & plotly.
sudo pip3.6 install dash
dash-renderer
dash-html-components
dash-core-components
plotly
- Dash is built around Python, Flask, React.js, Javascript
Dash apps are composed of two parts.
layoutof the app -> describes what the application looks like.Interactivityof the application.