Skip to content

Instantly share code, notes, and snippets.

View bweisshaupt's full-sized avatar

Björn Weißhaupt bweisshaupt

  • Frankfurt
View GitHub Profile
# MIT LICENSE
import datetime
import plotly.graph_objs as go
from plotly.subplots import make_subplots
import numpy as np
import dash_core_components as dcc
import dash_html_components as html
import dash