Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Programatically send a link to the viewer to have the viewer open a resource #9015

Open
jleibs opened this issue Feb 12, 2025 · 0 comments
Open
Labels
enhancement New feature or request notebook Jupyter notebooks etc 🐍 Python API Python logging API

Comments

@jleibs
Copy link
Member

jleibs commented Feb 12, 2025

I'm finding a recurring pattern occurring in my notebooks where I fetch data from a known Rerun resource (i.e. by running a server-side query), only to then re-transmit that data to the viewer (esp in a notebook context).

Rather than python needing to be involved here, it would be nice if I could directly send the viewer / notebook widget a command to open that url

For example:

rr.open("rerun:///recording/12344")

This will be particularly important when we add support for larger-than-RAM incremental resource fetching from the viewer.

@jleibs jleibs added enhancement New feature or request notebook Jupyter notebooks etc 🐍 Python API Python logging API labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request notebook Jupyter notebooks etc 🐍 Python API Python logging API
Projects
None yet
Development

No branches or pull requests

1 participant