A Project for UC Davis Stats 221
To install, run the following commands on your conda prompt:
- Install Anaconda: https://www.anaconda.com/download
- Open Conda Prompt on Windows (or Terminal for Mac / Linux)
- Type in the command: git clone https://github.com/gdepaul/FiltrationsForGNNs
- Type in the command: cd FiltrationsForGNNs
- Type in the command: conda env create -f GNNsAndTDA.yml -n FiltrationsForGNNs
- Type in the command: conda activate FiltrationsForGNNs
- Type in the command: jupyter notebook
- Open in the pop up browser window: example_network.ipynb
- Click Kernel > Restart & Run All
- Check if all the cells with numbers run. If they do, you're all ready!
Note: Need to have git access on your laptop before doing step 1:
- Mac: sudo port install gh
- Windows: sudo apt install gh
Then you should be able to run all of the downloaded examples.