session_open
Establish a reactive cell session for compute graphs, selecting generic or pre-wired graph-theory pipelines and optionally seeding inputs.
Instructions
Open a reactive cell session. kind "generic" starts empty; "graph-theory" pre-wires an edge-list -> analysis -> BFS pipeline (input cells: edgeListText, directed, startVertex; computed cells: parsed, analysis, bfsOrder). Optional seed sets input cells in the same call (overriding preset defaults). Sessions are in-memory and die with the server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| seed | No |