jupyter-rfb 1.0.2


pip install jupyter-rfb

  Latest version

Released: Mar 24, 2026


Meta
Author: Almar Klein
Requires Python: >=3.9

Classifiers

Development Status
  • 4 - Beta

Framework
  • IPython

Intended Audience
  • Developers
  • Science/Research

Topic
  • Multimedia :: Graphics

jupyter_rfb

Remote Frame Buffer for Jupyter

PyPI version CI Binder

Introduction

The jupyter_rfb library provides a widget (an anywidget subclass) that can be used in various notebook environments to implement a remote frame-buffer.

Images that are generated at the server are streamed to the client (Jupyter) where they are shown. Standardized 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.

Scope

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.

Installation

To install use pip:

$ pip install jupyter_rfb

For better performance, also pip install simplejpeg or pip install pillow.

Developer notes

See the contributor guide on how to install jupyter_rfb in a dev environment, and on how to contribute.

License

MIT

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
anywidget
numpy
simplejpeg