Skip to content

Instantly share code, notes, and snippets.

View JorgeMiguelGomes's full-sized avatar
💭
Breaking things

Jorge Gomes JorgeMiguelGomes

💭
Breaking things
View GitHub Profile
@JorgeMiguelGomes
JorgeMiguelGomes / samplecode.py
Created June 22, 2021 09:46
Sample code for plotly community forum: pie chart not updating on callback
# import libraries
import pandas as pd
import plotly.express as px
import time
import json
import urllib
import urllib.request
# import dash libraries
import pandas as pd
import plotly.express as px
import time
import json
import urllib
import urllib.request
# import dash libraries
import dash
import dash_core_components as dcc