Skip to content

Instantly share code, notes, and snippets.

@ledovsky
Last active April 1, 2020 08:29
Show Gist options
  • Save ledovsky/0bec52af019b9dc649e3d8e0435e53b8 to your computer and use it in GitHub Desktop.
Save ledovsky/0bec52af019b9dc649e3d8e0435e53b8 to your computer and use it in GitHub Desktop.
Jupyter Header
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