Skip to content

Instantly share code, notes, and snippets.

@kuchaale
Last active October 10, 2016 13:33
Show Gist options
  • Save kuchaale/73ca2e1ab2f8ccfbad38b42b978f2310 to your computer and use it in GitHub Desktop.
Save kuchaale/73ca2e1ab2f8ccfbad38b42b978f2310 to your computer and use it in GitHub Desktop.
Gist for initialization of packages in jypyter
Display the source blob
Display the rendered blob
Raw
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