skillfed

rerun-notebook

Implementation helper for running rerun-sdk in notebooks

rerun-notebook v0.36.0 121.7K downloads/30d#11,974 on PyPI
Permissive license MIT OR Apache-2.0 Active released

What it is and what it does

rerun-notebook is a support package that integrates visualization capabilities into Jupyter notebooks through anywidget. It bundles a WebAssembly-compiled viewer and JavaScript glue code, allowing interactive visualizations of structured data within notebook cells. The package is typically installed indirectly as a dependency rather than used directly.

The package handles asset delivery in multiple modes: by default it loads assets from app.rerun.io, but can be configured via the RERUN_NOTEBOOK_ASSET environment variable to inline assets, serve them locally from a background thread, or load from a custom URL. It depends on anywidget, ipykernel, and jupyter-ui-poll to integrate with the notebook environment.

Use it for:

  • Visualize structured data logged during exploratory analysis in a Jupyter notebook.
  • Build interactive debugging workflows where you log intermediate results and inspect them inline.
  • Create shareable notebook reports that include rich, interactive visualizations.
  • Prototype data pipelines with live feedback on logged events.
  • Serve notebook-based visualizations in restricted network environments by configuring alternative asset modes.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Jupyter notebook integration for interactive visualization of logged data within notebook cells through an anywidget-based viewer.

Yes, if you need notebook visualization support. Install it via the recommended extra rather than directly. It is actively maintained with no known vulnerabilities and adds minimal install friction. The permissive dual license (MIT or Apache-2.0) poses no restrictions. The main consideration is network access: by default it loads assets from app.rerun.io, but alternative asset modes can be configured.

Install

rerun-notebook on PyPI

pip

pip install rerun-notebook

uv

uv add rerun-notebook

poetry

poetry add rerun-notebook

Installing rerun-notebook

Before you install

Low friction installation as a pure Python wheel. Actively maintained with a recent release 4 days ago. Designed as a support package typically installed via an extra rather than directly.

License in practice

Dual-licensed under MIT or Apache-2.0, both permissive licenses allowing commercial and private use with minimal restrictions.

Quickstart

# Install as a dependency (typically via extra)
pip install rerun-notebook

# In a Jupyter notebook:
import rerun_notebook
# Typically used indirectly through anywidget, ipykernel, jupyter-ui-poll integration

Requires Jupyter/IPython environment; asset loading defaults to https://app.rerun.io unless RERUN_NOTEBOOK_ASSET environment variable is set before import.

Verify before relying

  • Whether the memory leak mentioned for inlined assets has been resolved in version 0.36.0
  • Performance characteristics of serve-local asset mode in different notebook environments
  • Compatibility with specific Jupyter versions or notebook server configurations
  • Whether direct installation is ever necessary versus installation through the recommended extra

Package facts

License MIT OR Apache-2.0 (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 3 — anywidget, ipykernel, jupyter-ui-poll
Maintenance actively maintained — 4 days since the last release
First released
Downloads 121,742/month — #11,974 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: rerun_notebook-0.36.0-py2.py3-none-any.whl

Keywords: notebook, rerun

Tags

jupyter notebook visualization widgetnotebook integration visualizationinteractive data viewer jupyternotebook logging visualizationjupyter anywidget viewer
jupyter-widgetvisualization

More Information Analysis packages