ipympl icon indicating copy to clipboard operation
ipympl copied to clipboard

Scroll events not detected in Jupyter-Lab

Open banesullivan opened this issue 6 years ago • 4 comments

In normal Jupyter notebooks using the %matplotlib notebook magic command, scroll events are detected. In Jupyter-Lab with the %matplotlib widget magic command scroll events are not detected.

Is there a way to fix this?

I can post screen captures if needed.

banesullivan avatar Nov 27 '18 17:11 banesullivan

I have the same issue. Scroll and zoom buttons are not functional.

transpersonify avatar Jan 11 '19 13:01 transpersonify

I had a similar problem and I found that I needed to import matplotlib before %matplotlib widget. Once I did that the issue went away.

ArEsKay3 avatar Jun 19 '19 20:06 ArEsKay3

This is interestingly the opposite of #81 and is probably broken by https://github.com/matplotlib/jupyter-matplotlib/pull/94

tacaswell avatar Jun 28 '19 14:06 tacaswell

and then was fixed by https://github.com/matplotlib/ipympl/pull/109

ianhi avatar Aug 14 '20 03:08 ianhi