Skip to content

Instantly share code, notes, and snippets.

View Pradeepy16k's full-sized avatar

Pradeep Nair Pradeepy16k

  • 06:02 (UTC +05:30)
View GitHub Profile
import dash
from dash.dependencies import Input, Output
import dash_core_components as dcc
import dash_html_components as html
from pandas_datareader import data as web
from datetime import datetime as dt
app = dash.Dash('Hello World')