Skip to content

Instantly share code, notes, and snippets.

@pierdom
Last active September 6, 2017 08:09
Show Gist options
  • Select an option

  • Save pierdom/5b3856d3b7fc316dce43cebd334036c2 to your computer and use it in GitHub Desktop.

Select an option

Save pierdom/5b3856d3b7fc316dce43cebd334036c2 to your computer and use it in GitHub Desktop.
[My Jupyter header for Python notebooks] a common list of libraries I import when creating a new notebook with Jupyter #python #jupyter #datascience
import matplotlib
matplotlib.use("Agg")
import matplotlib.pyplot as plt
import seaborn as sns
import numpy as np
import pandas as pd
%matplotlib inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment