Skip to content

0m1n0/Network-Analysis-Made-Simple

 
 

Repository files navigation

Network-Analysis-Made-Simple

Getting Set Up

For this tutorial, you will need the following:

  1. Python 3
  2. matplotlib
  3. networkx
  4. pandas
  5. hiveplot - do not conda install independently, follow instructions below.
  6. numpy

Easiest way: Anaconda Distribution of Python

If you have the Anaconda distribution of Python installed, then follow this set of instructions.

  1. $ cd /path/to/your/directory
  2. Clone the repository to disk:
    1. If you have set up Github to use SSH:
      1. $ git clone git@github.com:ericmjl/Network-Analysis-Made-Simple.git
    2. Otherwise:
      1. $ git clone https://github.com/ericmjl/Network-Analysis-Made-Simple.git
  3. $ cd Network-Analysis-Made-Simple
  4. $ conda env create -f environment.yml

Finally, check your environment by running the following command:

  1. $ python checkenv.py

If you do not have the Anaconda distribution, I would highly recommend getting it. Check out @jakevdp's talk at SciPy2015 - it's time to switch over to Python 3!

Dataset Credits

  1. Divvy Data Challenge: https://www.divvybikes.com/datachallenge

About

For PyCon 2015

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Python 0.3%