Skip to content

rtidatascience/connected-nx-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Peter Baumgartner
Sep 14, 2016
034bad9 · Sep 14, 2016

History

32 Commits
Sep 13, 2016
Sep 13, 2016
Sep 14, 2016
Sep 10, 2016
Aug 15, 2016
Sep 13, 2016
Sep 10, 2016

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