mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-22 10:38:37 +00: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:
parent
64426601fe
commit
6266edad6f
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user