rerun-io / rerun

Visualize streams of multimodal data. Free, fast, easy to use, and simple to integrate. Built in Rust.
https://rerun.io/
Apache License 2.0
6.7k stars 341 forks source link

Check rerun notebook version on first import #8030

Closed jprochazk closed 2 weeks ago

jprochazk commented 3 weeks ago

What

Side note: Should this close the above issue? We said we'd prefer to express version requirements in the context of pip instead of a warning

Checklist

To run all checks from main, comment on the PR with @rerun-bot full-check.

jprochazk commented 3 weeks ago

Tested by installing rerun-notebook, then updating crate versions to 0.21.0-alpha.1 and installing rerun-sdk:

image

I tried using the warnings module for this, but I don't really understand how it works. I had to set a filter to actually see the warning, which seems bad? Should this just be a print instead?