Description
Artifacts should be able to be opened with interactive explorers/artifact explorers (the label for these is named after the latter though they should be synonymous). At a high level, the idea is that artifacts should be able to explored using some interactive UI. This UI should request an interactive compute instance and then can load arbitrary other artifacts into it, etc. When the data is saved, it is saved within the given artifact. One example of the motivation for loading arbitrary artifacts into it is evaluating a neural network; the generated metadata should be associated with the network but the test data needs to be loaded to generate the accuracy/loss metrics.
This needs to be fleshed out a little more especially around the interplay between viewing existing metadata and opening an interactive explorer. It shouldn't be too hard to resolve but still needs to be resolved before this is addressed!