You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: