Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

jleibs
Copy link
Member

@jleibs jleibs commented Apr 24, 2025

What

This is a more ergonomic approach to using #9506 for blueprints.

This lets you use Blueprint objects directly without needing to save out to .rbl files.

Example:

blueprint = rrb.Spatial3DView(contents="/**")
viewer = rr.notebook.Viewer(width=1350, height=800, url="rerun+http://localhost:51234")
viewer.set_application_blueprint("DROID", blueprint)
viewer.display()

@jleibs jleibs added include in changelog notebook Jupyter notebooks etc labels Apr 24, 2025
@jleibs jleibs added this to the 0.23.1 milestone Apr 24, 2025
Copy link

github-actions bot commented Apr 24, 2025

Web viewer built successfully. If applicable, you should also test it:

  • I have tested the web viewer
Result Commit Link Manifest
8683efb https://rerun.io/viewer/pr/9804 +nightly +main

Note: This comment is updated whenever you push a commit.

@jleibs jleibs added the sdk-python Python logging API label Apr 24, 2025
Copy link
Member

@emilk emilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but I don't want to merge this before we have a test for it (even a manual one)

@emilk emilk merged commit 3dcd8a2 into main Apr 25, 2025
5 checks passed
@emilk emilk deleted the jleibs/notebook_blueprint branch April 25, 2025 08:26
emilk added a commit that referenced this pull request Apr 25, 2025
### What

This is a more ergonomic approach to using
#9506 for blueprints.

This lets you use Blueprint objects directly without needing to save out
to `.rbl` files.

Example:
```
blueprint = rrb.Spatial3DView(contents="/**")
viewer = rr.notebook.Viewer(width=1350, height=800, url="rerun+http://localhost:51234")
viewer.set_application_blueprint("DROID", blueprint)
viewer.display()
```

---------

Co-authored-by: Antoine Beyeler <[email protected]>
Co-authored-by: Antoine Beyeler <[email protected]>
Co-authored-by: Emil Ernerfeldt <[email protected]>
@abey79 abey79 mentioned this pull request Apr 25, 2025
abey79 added a commit that referenced this pull request Apr 25, 2025
Fixes ci error introduced by:
* #9804
emilk pushed a commit that referenced this pull request Apr 25, 2025
Fixes ci error introduced by:
* #9804
@emilk emilk mentioned this pull request Apr 25, 2025
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
include in changelog notebook Jupyter notebooks etc sdk-python Python logging API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants