commit | 08ea8c25cd7ed23b17e09363d08054eb5bc27688 | [log] [tgz] |
---|---|---|
author | Javi Merino <merino.jav@gmail.com> | Mon Dec 21 11:00:36 2015 +0000 |
committer | Javi Merino <merino.jav@gmail.com> | Mon Dec 21 11:00:36 2015 +0000 |
tree | 1dee76888e2db8dfb96243553d702412f82827e3 | |
parent | 201a52236dda9a19033d6fb273407612745998f7 [diff] | |
parent | 9b2ef8c4365ead198ab09cf4c0dc124e17b3f719 [diff] |
Merge pull request #114 from sinkap/eplot_resize_fix plotter: EventPlot: Namespace the resize event listeners
trappy is a visualization tool to help analyze data generated on a device. It depends on ipython notebook and pandas. First install these dependencies if you don't have them already:
$ apt-get install ipython-notebook python-pandas
Now launch the ipython notebook server:
$ ipython notebook
This should pop up a browser. If it doesn't, open a web browser and go to http://localhost:8888/tree/
In the doc/
folder there's a 00 - Quick start
which describes how to run trappy. Other notebooks in that directory describe other functions of trappy.