I´ve been trying to create interactive graphs in jupyter lab, I used:
%matplotlib widget
But then I got this message:
Warning: Cannot change to a different GUI toolkit: widget. Using notebook instead.
and when I tried to plot a histogram, I got:
Javascript Error: IPython is not defined
So, what should I do? I just want to zoom on histrograms.