Skip to content

Instantly share code, notes, and snippets.

View lchapo's full-sized avatar

Lucas Chapin lchapo

  • Socure
  • Pittsburgh, PA
View GitHub Profile
import dash
import dash_core_components as dcc
import dash_html_components as html
import plotly.graph_objs as go
import pandas as pd
app = dash.Dash()
df = pd.read_csv(
'https://gist.githubusercontent.com/chriddyp/'