mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-06 13:22:32 +01:00
ipython: Add support for IPython 5
This does not seem to require any change beyond incrementing the recognised version number.
This commit is contained in:
@@ -36,7 +36,7 @@ NBFORMAT_VERSION = 3
|
|||||||
|
|
||||||
|
|
||||||
if IPython:
|
if IPython:
|
||||||
if LooseVersion('5.0.0') > LooseVersion(IPython.__version__) >= LooseVersion('4.0.0'):
|
if LooseVersion('6.0.0') > LooseVersion(IPython.__version__) >= LooseVersion('4.0.0'):
|
||||||
import nbformat
|
import nbformat
|
||||||
from jupyter_client.manager import KernelManager
|
from jupyter_client.manager import KernelManager
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user