# autoreload linked files
%load_ext autoreload
%autoreload 2
# the viz stuff
%matplotlib inline
import matplotlib.pyplot as plt # mpl is the base of all python plotting angst
import seaborn as sns # put some trainer wheels & lipstick on mpl
from IPython import display # to display pics and other stuff which markdown doesn't
# cause data
import pandas as pd # dataframes!
import numpy as np # crunch them numbers
# talk to the web
import requests # easy way to get stuff from the internet