# Start with our normal batch of imports and settings %matplotlib inline import matplotlib.pyplot as plt import numpy as np import pandas as pd # Following is optional: set plotting styles import seaborn; seaborn.set()