Skip to content

Files

Latest commit

63d4912 · Jan 15, 2025

History

History
22 lines (14 loc) · 333 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 333 Bytes

Build an environment

Based on using Python 3.11

python3 -m venv venv
source venv/bin/activate
python3 -m pip install -U pip wheel
python3 -m pip install -r requirements.txt

Run the notebooks

./venv/bin/jupyter-lab

Graph visualization

Load the networkx-pyvis.html HTML file in your browser.