Skip to content

Logging data from a Python SDK to an embedded Rerun Viewer

Notifications You must be signed in to change notification settings

rerun-io/web-viewer-serve-example

Repository files navigation

Web Viewer Serve Example

Logging data from a Python SDK to an embedded Rerun Viewer.

This repository contains:

  • A vanilla JS Vite app, using the Web Viewer
  • A Python script that logs data to the Web Viewer

Running the example

First, ensure you have node and uv installed.

Run the following commands:

$ npm install
$ npm run dev & uv run serve.py

Then open http://localhost:5173 in your browser.

About

Logging data from a Python SDK to an embedded Rerun Viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published