commit | c114f050a2e0552ae98c211421efa023e199e682 | [log] [tgz] |
---|---|---|
author | Javi Merino <javi.merino@arm.com> | Thu Nov 19 10:08:47 2015 +0000 |
committer | Javi Merino <javi.merino@arm.com> | Thu Nov 19 10:08:47 2015 +0000 |
tree | 545073c0ee5345eaae73a0bc7d023f20ce9b1435 | |
parent | 6dbf13785c2b005c97ae0cde673d87c842410cc4 [diff] |
setup: release trappy 3.0.0
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.