commit | 53de9b352977814c37608788cc1df83fc6485371 | [log] [tgz] |
---|---|---|
author | Kapileshwar Singh <kapileshwar.singh@arm.com> | Tue Aug 25 16:57:39 2015 +0100 |
committer | Javi Merino <javi.merino@arm.com> | Tue Sep 01 16:25:07 2015 +0100 |
tree | 0dd16a2f772674ce21d951c740a84a14df4746a8 | |
parent | 557bfd9d7e1f5f8b24250bda48f05e1c2c259114 [diff] |
plotter: IPython v4 Compatibility IPython 4.0 changes the location of the web server and the way IPython 4.0 profiles are handled. This changes allows plotter to be compatible with both IPython 4.0+ and the earlier versions Signed-off-by: Kapileshwar Singh <kapileshwar.singh@arm.com>
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.