Last active
October 10, 2016 13:33
-
-
Save kuchaale/73ca2e1ab2f8ccfbad38b42b978f2310 to your computer and use it in GitHub Desktop.
Gist for initialization of packages in jypyter
This file contains 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
import pandas as pd | |
import numpy as np | |
import matplotlib.pyplot as plt | |
import xarray as xr | |
%matplotlib inline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment