Gravis is an interactive graph visualization library for Python. It generates HTML/CSS/JS visualizations that can be embedded in notebooks or served as standalone web apps. Current version 0.1.0 requires Python >=3.5. Released infrequently.
pip install gravisVerified import paths — ran on the pinned version, not inferred.
Basic usage: create a NetworkX graph, then visualize with gravis.
Ensure input is a NetworkX Graph, DiGraph, etc.
Change to 'import gravis as gv'.