ricklupton / ipysankeywidget

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

install problem on linux jupyterlab #58

Closed Krisselack closed 1 year ago

Krisselack commented 3 years ago

I am not able to install the widget on a jupyter-lap platform on Ubuntu 18.04.

When running this code jupyter labextension install jupyter-sankey-widget

I get the following error:

error fs-events@2.3.2: The platform "linux" is incompatible with this module.

pjsmyth commented 3 years ago

Also happens on windows, which makes sense because fs-events appears to be macOS specific.

ricklupton commented 3 years ago

Thanks for reporting the issue. I believe some changes may be needed for the newer version of jupyterlab.

ricklupton commented 1 year ago

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