From 97c07ddd8d2d548d437ae22381a9fb40492a5394 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sat, 8 Feb 2025 12:59:08 +0100 Subject: [PATCH] add 'graphviz-anywidget' to "Projects using d3-graphviz" section in README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 164e46d8..806a7ba7 100644 --- a/README.md +++ b/README.md @@ -594,3 +594,12 @@ In order to run the tests you need [Node.js](https://nodejs.org/en/download/pack Feel free to [submit a pull request](https://github.com/magjac/d3-graphviz/compare) adding your own project. + +* [graphviz-anywidget](https://github.com/pipefunc/graphviz-anywidget) - +Interactive Graphviz visualization widget for Jupyter notebooks using anywidget. +Graphviz is provided via WASM +([hpcc-js-wasm](https://github.com/hpcc-systems/hpcc-js-wasm)) and the +rendering is done using [graphvizsvg](https://github.com/pipefunc/graphvizsvg) +and [d3-graphviz](https://github.com/magjac/d3-graphviz), inspired by the VS +Code extension +[Graphviz Interactive Preview](https://github.com/tintinweb/vscode-interactive-graphviz/).