Skip to content

Instantly share code, notes, and snippets.

@scientist1642
Created November 28, 2016 18:10
Show Gist options
  • Save scientist1642/6b663c3d1ed08b06342f69931923153a to your computer and use it in GitHub Desktop.
Save scientist1642/6b663c3d1ed08b06342f69931923153a to your computer and use it in GitHub Desktop.
Ipython template
Display the source blob
Display the rendered blob
Raw
%matplotlib inline
%load_ext autoreload
%autoreload 2
import seaborn as sns
sns.set(color_codes=True)
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
plt.rcParams['savefig.dpi'] = 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment