You need to sign in or sign up before continuing.
The source project of this merge request has been removed.
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