nikmaniatis / connected-nx-tutorial

Repository for code and notebooks for the a NetworkX Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connected: A Social Network Analysis Tutorial with NetworkX

Repository for code and notebooks for the NetworkX Tutorial

Requirements

If you've obtained python through Anaconda, you should be set. In essence, we need Python 3 and the conda package manager.

  • Anaconda
    • Python 3
    • Conda package manager
  • Packages listed below

This is an intermediate level tutorial, so we expect prior knowledge of:

  • Python types & data structures
  • Installing python packages through pip or conda
  • Data Science Packages:
    • pandas
    • numpy
    • matplotlib

Installation:

$ git clone https://github.com/rtidatascience/connected-nx-tutorial.git
$ cd connected-nx-tutorial
$ conda env create -f environment.yml
$ source activate connected

Reference: Conda Environments

About

Repository for code and notebooks for the a NetworkX Tutorial

License:MIT License


Languages

Language:HTML 75.1%Language:Jupyter Notebook 24.9%Language:Python 0.0%