Remove deprecated IPython figure rendering

master
Dan Howe 3 years ago
parent a4d2741006
commit bb78c46ee7

@ -17,11 +17,6 @@ from tqdm import tqdm
# Suppress pandas SettingWithCopy warnings # Suppress pandas SettingWithCopy warnings
# pd.options.mode.chained_assignment = None # pd.options.mode.chained_assignment = None
import __main__
if not hasattr(__main__, '__file__'):
get_ipython().magic('matplotlib inline')
get_ipython().magic('config InlineBackend.figure_format = "svg"')
def choose(options): def choose(options):
""" """

Loading…
Cancel
Save