VizierDB / vizier-scala

The Vizier kernel-free notebook programming environment
Other
34 stars 11 forks source link

'Live' artifact view #301

Open okennedy opened 7 months ago

okennedy commented 7 months ago

What pain point is this feature intended to address? Please describe. In some circumstances, it is convenient to be able to see multiple artifacts simultaneously (e.g., plots, or dataframes). Yes, they're visible in the notebook, but it might be handy to 'pop' them out into a separate window.

Describe the solution you'd like

Describe alternatives you've considered This is a 90% version of #114, that should achieve most of the value, with a fraction of the effort.

Notes I think this should be achievable through the existing branch-watcher socket. We could be a bit more efficient by computing dependencies at the server and only sending those... but let's get something working first.