to_mermaid

method of dascore.workflow.pipe.Pipe source

to_mermaid(
    self ,
)-> ‘str’

Return the pipe as the text of a mermaid flowchart.

Somewhere which draws mermaid – a markdown viewer, a notebook, a quarto {mermaid} cell – turns it into a diagram; on its own it is a readable listing of the tasks and the wires between them.