0.15.1 - Fix Python notebooks
Rerun is an easy-to-use visualization toolbox for multimodal and temporal data.
Try it live at https://rerun.io/viewer.
- Python:
pip install rerun-sdk
- Rust:
cargo add rerun
andcargo install rerun-cli
- Online demo: https://rerun.io/viewer/version/0.15.1/
- C++
FetchContent
: https://github.com/rerun-io/rerun/releases/download/0.15.1/rerun_cpp_sdk.zip
- Fix timeout in notebooks by making the
app_url
correctly point toapp.rerun.io
#5877 - CMake: Allow to call
find_package(rerun_sdk)
two or more times #5886 (thanks @traversaro!)