The canonical FuncAnimation example does not work in https://molab.marimo.io (nor in https://marimo.app for that matter) even though it works in plain old jupyter and even pyscript. mo.mpl.interactive ...
I'm using pyplot 2.0 with the FuncAnimation for streaming serial data to a figure where it is continously updated. For the FuncAnimation to work you have a Figure, Func (function to call at each frame ...