Skip to content

Instantly share code, notes, and snippets.

@DanielVF
Last active November 15, 2018 12:37
Show Gist options
  • Save DanielVF/9e35d027196f5acc1c1a9fdf94f9b9ef to your computer and use it in GitHub Desktop.
Save DanielVF/9e35d027196f5acc1c1a9fdf94f9b9ef to your computer and use it in GitHub Desktop.
Jupyter notebook standard header
import numpy as np
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
import json
%matplotlib inline
%config InlineBackend.figure_format = 'retina'
pd.options.mode.chained_assignment = None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment