1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/result_processors/ipynb_exporter
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
..
__init__.py Factor out the ipython implementation in ipynb_exporter 2015-04-17 17:52:07 +01:00
template.ipynb Add an ipython notebook exporter results_processor 2015-04-15 14:21:54 +01:00