/netsci

Network Science by Albert-László Barabási notes

Primary LanguagePython

Test Documentation Status

Network science notebooks

  • Network Science, Barabási, 2013

Cover Image

How to use

  • 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 .

Chapters

View Open on Colab
Networkx quick guide Open In Colab
igraph quick guide Open In Colab
Chapter 2 Open In Colab
Chapter 3 Open In Colab
Chapter 4 Open In Colab