For this tutorial, you will need the following:
- Python 3
- matplotlib
- networkx
- pandas
- hiveplot
- numpy
If you have the Anaconda distribution of Python installed, then follow this set of instructions.
$ cd /path/to/your/directory
$ git clone https://github.com/ericmjl/network-analysis-made-simple.git
$ cd network-analysis-made-simple
$ conda env create -f environment.yml
Finally, check your environment by running the following command:
$ 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!
- Divvy Data Challenge: https://www.divvybikes.com/datachallenge