austinlasseter / plotly_dash_tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Plotly Dash

Course Description

Dash is a Python framework for building analytical web applications. Dash ties modern UI elements like dropdowns, sliders, and graphs to your Python code. In this class, participants will learn how to build a simple Dash application and deploy it online.

Simple dash apps to fork and imitate

This page presents a collection of very simple dash apps, designed for learning purposes. Each has an embedded link to its source code on github. Students can fork the code on github, modify the app.py file, and deploy their own version on Heroku. Here's a Medium post describing how to do that.

Simple (no callbacks, no pandas)

Dash apps with simple callbacks

More advanced callbacks

Dash apps with Pandas

Dash apps with maps

Dash apps for machine learning models

Installation

Anaconda
Dash by Plotly
Atom by Github
For deploying to the cloud, you'll also need: Git
Heroku -- You'll also need to open a free Heroku account
pip install virtualenv

Official Resources from Plotly:

Introducing Plotly Dash
Youtube: Dash in 5 minutes
Dash User Guide
Dash Workshop, Washington DC Edition - June 9-10, 2018
Chris Parmer's github repo for Dash
Dash Community Forum - like StackOverflow for Dash
Gallery of Dash apps

Additional resources for learning Dash

Dash Workbook by Jose Portilla
Github Repo by Jose Portilla
Bokeh vs. Dash
Using Dash to build public sector dashboards
How a Flask app works

Cloud Deployment

Example of a simple deployed app
How to deploy a Dash using AWS command line
How to deploy a Dash app using AWS GUI console
How to deploy a Dash app using Heroku
AWS Elastic Beanstalk Command Line
Heroku Command Line

About


Languages

Language:Jupyter Notebook 98.5%Language:Python 1.5%