Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 373 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 373 Bytes

SNMA - Social Network Modeling and Applications

Tutorial material presented at The ACM Web Conference 2023

Get started

conda create -n "snma" python=3.9 jupyterlab
conda activate snma
conda install -c conda-forge graph-tool
git clone https://github.com/snma-tutorial/www2023.git
cd www2023
conda install pip
pip install -r requirements.txt
jupyter lab