Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 619 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 619 Bytes

20220601 – Quantitative Biology Summer School

Network-based approaches in biomedicine

The tutorial runs on Jupyter notebook.

Downloading the tutorial materials

git clone https://github.com/UEFBiomedicalInformaticsLab/NetBio_Summer_2022.git

Intalling jupyter notebook with pip

pip install notebook

Intalling jupyter notebook with anaconda

conda install -c anaconda jupyter

Install required python modules using anaconda

conda install -c anaconda -c conda-forge numpy pandas networkx powerlaw matplotlib seaborn tqdm