Skip to content

Instantly share code, notes, and snippets.

@cfperez
Forked from jbwhit/startup-template.py
Last active July 20, 2016 03:09
Show Gist options
  • Save cfperez/096343e8830ba57fcb9a to your computer and use it in GitHub Desktop.
Save cfperez/096343e8830ba57fcb9a to your computer and use it in GitHub Desktop.
%load_ext autoreload
%autoreload 1
%matplotlib inline
%config InlineBackend.figure_format='retina'
from __future__ import division, print_function
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
plt.style.use('ggplot')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment