Installation
You can install gvdot from PyPI with
$ pip install gvdot
To ensure the optional notebook support is enabled, use
$ pip install gvdot[ipython]
You can also clone the repo and install it directly.
$ git clone https://github.com/escreven/gvdot.git
$ cd gvdot
$ pip install .
Package gvdot requires Python 3.12 or greater.
Rendering
requires a Graphviz installation. You can determine if one is in your PATH
with
$ dot -V
To install Graphviz, see https://graphviz.org/download.