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