Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 743 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 743 Bytes

Three hours workshop on network science, with a focus on creating node-level features in multiplex networks using matrix multiplication

Instructors

Javier Garcia-Bernardo (SoDa/UU)

Folder structure

Slides:

  • Slides Code:
  • 1_intro_networks: First practical on networkx
  • 2_matrix_multiplication: Second practical on matrix multiplication
  • z_lecture_simulations: Creating some plots used during the lectures

How to run the code

Online: Binder

or

  1. Install anaconda/miniconda
  2. Install dependencies and start jupyter notebook
conda env create -f environment.yml
conda activate networks
jupyter notebook