Last active
April 1, 2020 08:29
-
-
Save ledovsky/0bec52af019b9dc649e3d8e0435e53b8 to your computer and use it in GitHub Desktop.
Jupyter 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 matplotlib.pyplot as plt | |
import seaborn as sns | |
from IPython.display import set_matplotlib_formats | |
%matplotlib inline | |
set_matplotlib_formats('svg') | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment