Vizard is a Python package for creating and visualizing graphs. It provides tools for graph rendering making it ideal custom data visualization tasks.
pip install git+https://github.com/01-edu/vizard.git- Create environment
conda env create -f environment.yml- Activate the environment
conda activate vizard- Serve documentation :
make docs