Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 333 Bytes

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.