[jupyter] update widget so it uses str(...) instread of repr(...) and topological order of nodes.

This commit is contained in:
Romain Dorgueil
2017-06-05 09:43:38 +02:00
parent 84573cc8fa
commit 471e38e67b
12 changed files with 1472 additions and 32 deletions

View File

@ -62,7 +62,7 @@ setup(
'pytest-cov (>= 2.5, < 3.0)', 'pytest-timeout (>= 1, < 2)', 'sphinx (>= 1.6, < 2.0)'
],
'docker': ['bonobo-docker'],
'jupyter': ['ipywidgets (>= 6.0.0.beta5)', 'jupyter (>= 1.0, < 1.1)']
'jupyter': ['ipywidgets (>= 6.0.0, < 7)', 'jupyter (>= 1.0, < 1.1)']
},
entry_points={
'bonobo.commands': [