Created
July 11, 2018 07:36
-
-
Save MarcusWiilo/38fc1c8bee8ab9e3a4992716f369564b to your computer and use it in GitHub Desktop.
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
| %matplotlib inline | |
| %load_ext autoreload | |
| %autoreload 2 | |
| %config InlineBackend.figure_format = 'retina' | |
| import numpy as np | |
| import pandas as pd | |
| import matplotlib.pyplot as plt |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
`%matplotlib inline
%load_ext autoreload
%autoreload 2
%config InlineBackend.figure_format = 'retina'
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt`