the-pen-data-notebooks
These are mainly a series of Jupyter Notebooks documenting my exploration into the data generated by Cooper Hewitt' Pen. They ar emeant to be partly a guide to anyone who is interested in working with this dataset, and as a personal noteobok. If you'd like to contribute, please fork and pull-request as you wish.
You'll need to clone/fork this repo locally if you'd like contribute your own notebooks or related code to the project.
Additionally, you'll likely want to clone the following repositories alongside this one.
To use the notebooks as is, you'll also want to make sure you have the following installed on your system.
- Python 3.4
- Python3 version of Matplotlib
- Python3 version of pandas
- Python3 version of Jupyter Notebook
Here is how I installed everything on Ubuntu 14.04
$ sudo apt-get install python3-matplotlib
$ sudo apt-get install python3-pip
$ sudo pip3 install pandas
$ sudo pip3 install jupyter