commit | 273de83d78a07ad93c752fa8f729d09fa26e2804 | [log] [tgz] |
---|---|---|
author | Kapileshwar Singh <kapileshwar.singh@arm.com> | Thu Aug 20 18:15:29 2015 -0700 |
committer | Javi Merino <javi.merino@arm.com> | Tue Sep 01 16:26:09 2015 +0100 |
tree | f476bd3c634a546706ff614db9e905ebb6562eb0 | |
parent | 53de9b352977814c37608788cc1df83fc6485371 [diff] |
scripts: Add script to publish interactive plots This is a script to publish a notebook containing Ipython graphs The static data is published as an anonymous gist. GitHub does not allow easy deletions of anonymous gists. It is useful to have login credentials to manage the created gists 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.