Created
November 28, 2016 18:10
-
-
Save scientist1642/6b663c3d1ed08b06342f69931923153a to your computer and use it in GitHub Desktop.
Ipython template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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