ipysankeywidget: Example don't working
Hello,
I tried to run the sript “Simple example” and I get the TypeError:
TypeError Traceback (most recent call last)
<ipython-input-10-dda820b7c5a3> in <module>()
1
2
----> 3 w = SankeyWidget(links=links, margins=dict(top=0, bottom=0, left=50, right=100))
TypeError: wrap() got an unexpected keyword argument 'links'
I have anaconda with Python 3.4, it’s doesn’t work in Spyder and in the qtconsole either.
Is this error known?
Thanks for help and best regards.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 15 (7 by maintainers)
Jupyter widgets only work in the Jupyter notebook or Jupyterlab – they won’t work in the qt console
On May 30, 2018 10:04:11 AM GMT+01:00, Alexander Hobert notifications@github.com wrote: