Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save MarcusWiilo/38fc1c8bee8ab9e3a4992716f369564b to your computer and use it in GitHub Desktop.

Select an option

Save MarcusWiilo/38fc1c8bee8ab9e3a4992716f369564b to your computer and use it in GitHub Desktop.
%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
@MarcusWiilo
Copy link
Author

`%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`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment