- Network Science, Barabási, 2013
-
using on Colab (Recommended)
- Use the following table to open and run the notebooks on Google Colab.
- Uncomment the cell with pip install command to install the netsci package and all the requirements.
-
using on local machines
pip install "git+https://github.com/Ziaeemehr/netsci.git"
# or clone and install using
git clone https://github.com/Ziaeemehr/netsci.git
cd netsci && pip install .
View | Open on Colab |
---|---|
Networkx quick guide | |
igraph quick guide | |
Chapter 2 | |
Chapter 3 | |
Chapter 4 |