Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 514 Bytes

File metadata and controls

25 lines (19 loc) · 514 Bytes

Vizard: Graph Visualization & Utilities

Vizard is a Python package for creating and visualizing graphs. It provides tools for graph rendering making it ideal custom data visualization tasks.

Download package on your notebook

pip install git+https://github.com/01-edu/vizard.git

Run documentation locally

  1. Create environment
conda env create -f environment.yml
  1. Activate the environment
conda activate vizard
  1. Serve documentation :
make docs