Skip to content

rtidatascience/connected-nx-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published