4

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.

JVB
  • 41
  • 3
  • 1
    This has been answered here: https://stackoverflow.com/questions/51922480/javascript-error-ipython-is-not-defined-in-jupyterlab – f e May 11 '21 at 05:50

1 Answers1

0

Use %matplotlib notebook. It will let you zoom in/out of your graphs.

Nirmal Dey
  • 191
  • 5