ricklupton / ipysankeywidget

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

Widget not displayed in Jupyter (Chrome) #47

Closed vlad-isi closed 1 year ago

vlad-isi commented 4 years ago

Windows 10 on Chrome. The code is right (copypasted from the example). I tried both pip and conda installations. The widget is simply not displayed, no error message. I activated the jupyter extensions. This thread was not helpful.

ricklupton commented 4 years ago

Are you using the Jupyter Notebook or Jupyter Lab interface? You can check to see if there are any error messages in the browser Developer console that might indicate where the problem is -- usually it's to do with either the basic ipywidgets or the ipysankeywidgets javascript extensions not being installed properly.

ricklupton commented 1 year ago

Closing as the jupyter widget code has been updated since then. Please comment if this is still an issue.