vispy / jupyter_rfb

Remote Frame Buffer for Jupyter
https://jupyter-rfb.readthedocs.io
MIT License
58 stars 10 forks source link

Refactor so frames are auto-requested instead of pushed #20

Closed almarklein closed 3 years ago

almarklein commented 3 years ago

closes #18, see that issue for the motivation

I initially planned to add methods on_draw() and on_event(), but in ipywidgets, on_xx is a pattern used to register callbacks, so that would be confusing.