1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00
workload-automation/wlauto/result_processors
Javi Merino d31a5c3c48 Factor out the ipython implementation in ipynb_exporter
The internal ABI for ipython has changed between ipython version 2 and
3.  In its current state, the result processor only works with IPython
version 2, so fail if the user wants to use the result processor with
the wrong version.

Abstract the ipython interface to a file so that we can make it support
versions 2 and 3 at the same time.
2015-04-17 17:52:07 +01:00
..
ipynb_exporter Factor out the ipython implementation in ipynb_exporter 2015-04-17 17:52:07 +01:00
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
dvfs.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
mongodb.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
notify.py Move the notify results processor to notify2 2015-04-16 11:43:49 +01:00
sqlite.py Removing unnecessary comment form sqlite result processor documentation. 2015-04-14 12:02:24 +01:00
standard.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
status.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
syeg.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00