Skip to content

Added matplotlib widget command

%matplotlib widget #to enable interactive plots in Jupyter

%matplotlib inline #use this if you want static plots instead of interactive ones

%config InlineBackend.figure_format = 'retina' #increase resolution of interactive plots

Merge request reports

Loading