Reference API
Notebooks
Extra
DisCoPy’s grid drawing.
Cell
A cell is a pair of integers start and stop and an optional label.
start
stop
label
Wire
A wire is a cell with stop = start.
stop = start
Grid
A grid is a list of rows, a row is a list of cells.