Releases: vispy/jupyter_rfb
Releases · vispy/jupyter_rfb
v0.2.0
- Prevent errors raised in
.get_frame()
and.handle_event()
from being hidden by displaying them in an outputwidget. - Provide
.print()
to show messages in the outputwidget. - A
.snapshot()
function to create image snapshot of the current state of the widget. - Initial snapshots are automatically made, making off-line notebooks more useful for docs and tutorials.
v0.1.2
- Improvements to the docs, dev process, binder support.
- The default size was changed (width changed from "100%" to "500px").
- Minor tweak to when the stats start measuring.
v0.1.1
First release.