[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

@ -52,6 +52,6 @@ python.add_requirements(
],
jupyter=[
'jupyter >=1.0,<1.1',
'ipywidgets >=6.0.0.beta5',
'ipywidgets >=6.0.0,<7',
]
)