scipp / sciline

Build scientific pipelines for your data
https://scipp.github.io/sciline/
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

VIsualize a complete pipeline #181

Closed jl-wynen closed 2 weeks ago

jl-wynen commented 2 weeks ago

We have a number of pipelines across multiple projects now. And we compose new pipelines from them. It is currently very difficult to inspect a pipeline in its entirety to, e.g., find out what it can produce, or how it does a certain operation. It would be a great help if we could just visualize a pipeline without having to already know what it can produce or what products depend on the subgraph you are currently interested in.

nvaytet commented 2 weeks ago

Duplicate of #177 ?

jl-wynen commented 2 weeks ago

Yes