This is a graph libvis module.
libvis-mods download gh:libvis/graph
cd graph
libvis-mods install
from libvis import Vis
from libvis.modules import Graph
vis = Vis()
vis.start()
vis.vars.test = Graph.test_object()
The state of vis.vars.test
will be visualised live at localhost:7000/
.