A convenience method for using Graphviz.
npm install @observablehq/graphvizConvenience methods for using Graphviz in Observable. See this notebook for examples:
https://beta.observablehq.com/@mbostock/graphviz
To load Graphviz:
``js`
dot = require("@observablehq/graphviz")
To display a happy little diagram:
`jsgraph { n0 -- n1 -- n2 -- n3 -- n0; }
dot``