Jupyter-rfb

Latest version: v0.4.4

Safety actively analyzes 638466 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.3.1

* Improved event specification (docs).
* Reduce throttle timeout for wheel events.
* Prevent the widget from grabbing wheel events if it just passes by during a scroll.
* The wheel event magnitude is tweaked for better consistency.

0.3.0

This release focuses on performance improvements:

* The widget only performs draws if it has views that are visible in the browser. So if an animated widget scrolls out of the viewport, it won't consume CPU.
* The widget now uses JPEG encoding for the images, which is much faster to encode, and faster to send over (smaller payload). There is also a new `quality` trait to control the quality. At the end of an interaction the widget always sends a lossless PNG so the static image always looks perfect.

Further:

* Improvements to docs.
* Improvements to contributor guide.

0.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.

0.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.

0.1.1

First release.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.