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

Add File picker component to Blueprint #8215

Closed
shivakanthsujit opened this issue Nov 25, 2024 · 1 comment
Closed

Add File picker component to Blueprint #8215

shivakanthsujit opened this issue Nov 25, 2024 · 1 comment
Labels
enhancement New feature or request ❓ question Further information is requested

Comments

@shivakanthsujit
Copy link

I have a blueprint that I use to view npz files that I log. I have a function to create the blueprint, one to load the npz file and one to log the data from the npz file to the blueprint. Currently I call the script with the path of the npz file I wish to view. I usually have folders of npz files and would like to be able to quickly switch between them. Is there a way to have a component for entering a file path/drag and dropping a file and have it update the blueprint? Essentially there would be a callback on the file picker that calls my pipeline to load, and log to the blue print.

@shivakanthsujit shivakanthsujit added enhancement New feature or request 👀 needs triage This issue needs to be triaged by the Rerun team labels Nov 25, 2024
@teh-cmc teh-cmc added ❓ question Further information is requested and removed 👀 needs triage This issue needs to be triaged by the Rerun team labels Nov 26, 2024
@teh-cmc
Copy link
Member

teh-cmc commented Nov 26, 2024

It sounds like you're looking for an external data-loader? See also this page about sharing blueprints, that'll probably come in handy.

I think this answers your question, feel free to re-open otherwise.

@teh-cmc teh-cmc closed this as completed Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ❓ question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants