ricklupton / ipysankeywidget

IPython / Jupyter Sankey diagram widget
MIT License
175 stars 24 forks source link

Error in reproducing simple example #16

Closed uipo78 closed 6 years ago

uipo78 commented 6 years ago

I tried reproducing your simple example but received the following error:

TypeError Traceback (most recent call last) \<ipython-input-24-b42a1aad6fb3> in \<module>() ----> 1 w = SankeyWidget(links=links, margins=dict(top=0, bottom=0, left=50, right=100)) TypeError: wrap() got an unexpected keyword argument 'links'

uipo78 commented 6 years ago

Ok, well, the issue was solved by just restarting the notebook server...............

Sorry for the bother!

ricklupton commented 6 years ago

No worries, thanks for reporting it. I've seen this once but it went away and I don't know what causes it...