Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Remote Frame Buffer for Jupyter
The jupyter_rfb
library provides a widget (an ipywidgets
subclass)
that can be used in the Jupyter notebook and in JupyterLab to implement
a remote frame-buffer.
Images that are generated at the server are streamed to the client (Jupyter) where they are shown. Events (such as mouse interactions) are streamed in the other direction, where the server can react by generating new images.
This remote-frame-buffer approach can be an effective method for server-generated visualizations to be dispayed in Jupyter notebook/lab. For example visualization created by tools like vispy, datoviz or pygfx.
The above defines the full scope of this library; it's a base widget that other libraries can extend for different purposes. Consequently, these libraries don't have to each invent a Jupyter widget, and in this library we can focus on doing that one task really well.
To install use pip:
$ pip install jupyter_rfb
For better performance, also pip install simplejpeg
or pip install pillow
.
On older versions of Jupyter notebook/lab an extra step might be needed
to enable the widget.
To install into an existing conda environment:
$ conda install -c conda-forge jupyter-rfb
See the contributor guide on how to install jupyter_rfb
in a dev environment, and on how to contribute.
MIT
FAQs
Remote Frame Buffer for Jupyter
We found that jupyter-rfb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.