Skip to content

Instantly share code, notes, and snippets.

View LeoVinciTZ's full-sized avatar

Noel Elias LeoVinciTZ

  • Infinity Lab
  • Tanzania
View GitHub Profile
@FBosler
FBosler / covid19.py
Created March 15, 2020 19:24
covid-visualization
import dash
import os
import plotly.express as px
import pandas as pd
import dash_core_components as dcc
import dash_bootstrap_components as dbc
import dash_html_components as html
import json
from urllib.request import urlopen
from dash.dependencies import Input, Output