Skip to content

Instantly share code, notes, and snippets.

@otbbdeploy
Created January 10, 2018 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otbbdeploy/a1b8235ac26b1201e24eec49b338cc4f to your computer and use it in GitHub Desktop.
Save otbbdeploy/a1b8235ac26b1201e24eec49b338cc4f to your computer and use it in GitHub Desktop.
2018-01-10-article-1
# Import utility libraries we will need
import requests
import json
import numpy as np
import pandas as pd
import warnings
import colorlover as cl
# Import plotly for graphing awesomeness
from plotly import __version__
from plotly.offline import download_plotlyjs, init_notebook_mode, plot, iplot
from plotly.graph_objs import *
# To allow the jupyter notebook to render in offline mode
init_notebook_mode(connected=True)
# Ignore warnings
warnings.filterwarnings('ignore')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment