Skip to content

FMCalisto/dash-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dash Tutorial

Building and using support dashboards is a critical competency for any Developer and Data Scientist. While dashboards are present in our development routines, they still occupy an important and most visual artifact that appear directly in front of our day by day decisions.

Plotly’s Dash is an Open Source (OS) visualization framework that, combines several features and packs them into an easily accessible and deployable framework. Recently Plotly announced Dash, an OS framework to create web applications with Python.

Installation

It is necessary to install some packages that are going to be used. The following instructions are explaining how to install Dash and other dependencies.

pip install dash
pip install dash_renderer
pip install dash_core_components
pip install dash_html_components
pip install plotly
pip install plotly --upgrade

Run

To run the app it is mandatory to save the file as app.py:

python3 app.py

About

The creation of this repository serves the purpose of the learning process regarding the Dash framework. It was developed by Francisco Maria Calisto (FMCalisto). The goal of this learning process was triggered by the need of gaining knowledge for the WFex project. This repository is the result of following several tutorials. First of all, we follow the Dash Tutorial - Part 1: App Layout. Second, we follow the Using Plotly’s Dash to deliver public sector decision support dashboards at Medium.com by Adriano Yoshino.

Acknowledgements

License

The present repository is under the terms of MIT and the hereby information is covered by this. You are free to make changes and use this in either personal or commercial projects. Attribution is not required, but it is welcomed. A little "Thanks!" (or something to that affect) would be much appreciated.