Last active
November 15, 2018 12:37
-
-
Save DanielVF/9e35d027196f5acc1c1a9fdf94f9b9ef to your computer and use it in GitHub Desktop.
Jupyter notebook standard header
This file contains hidden or 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 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