git clone https://github.com/pbonazzi/21-11-network-cascade-failure.git
cd 21-network-cascade-failure
Linux/macOS
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
Windows
virtualenv --python C:\Path\To\Python\python.exe venv
venv\Scripts\activate
pip install -r requirements.txt
python -m ipykernel install --name=myenv
Select any experiments here .
jupyter kernelspec list
jupyter kernelspec uninstall venv