Skip to content

Instantly share code, notes, and snippets.

View kaspermunch's full-sized avatar

Kasper Munch kaspermunch

View GitHub Profile
%matplotlib inline
# proxies for internet access on the cluster
%env http_proxy=http://proxy-default:3128
%env https_proxy=http://proxy-default:3128
import numpy as np
import pandas as pd
from pandas import DataFrame, Series
import warnings