[jupyter] update widget so it uses str(...) instread of repr(...) and topological order of nodes.
This commit is contained in:
2
setup.py
2
setup.py
@ -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': [
|
||||
|
||||
Reference in New Issue
Block a user