import matplotlib matplotlib.use("module://kivy_garden.matplotlib.backend_kivy") from matplotlib.figure import Figure from numpy import arange, sin, pi from kivy.app ...
%matplotlib widget backend does not behave consistently with %matplotlib notebook. %matplotlib notebook consumes the scroll event and does not forward to browser. %matplotlib widget also receives the ...