ricklupton / ipysankeywidget

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

"Error displaying widget" in Jupyterlab #36

Closed gsemet closed 4 years ago

gsemet commented 5 years ago

Hi

I can get ipysankeywidget working in jupyter (on jupyterhub), but it fails when the notebook is opened with jupyterlab. Here the error:

Error displaying widget

The console shows a bit more information: error-ipysankey

Any idea on how to install it on jupyterlab? jupyterlab-manager is well installed, plotly and other ipywidget extension work fine. I can't get ipysankey to load jupyter-sankey-widget.

Thanks

ricklupton commented 5 years ago

Hi, thanks for reporting this! I believe jupyterlab uses a slightly different widget extension system so ipysankeywidget needs to be updated before it will work there.

I’d like to get this to work at some point whenever we have time to work on it. If you know any more about this or would like to do some research that’d be very helpful to get the ball rolling.

Thanks

On 23 Oct 2018, at 14:32, Gaetan Semet notifications@github.com wrote:

Hi

I can get ipysankeywidget working in jupyter (on jupyterhub), but it fails when the notebook is opened with jupyterlab. Here the error:

Error displaying widget The console shows a bit more information:

Any idea on how to install it on jupyterlab? jupyterlab-manager is well installed, plotly and other ipywidget extension work fine. I can't get ipysankey to load jupyter-sankey-widget.

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

gsemet commented 5 years ago

indeed the plugin should be ported to jlab

ami-navon commented 5 years ago

+1

anki-code commented 5 years ago

+1

ricklupton commented 4 years ago

Version 0.3.0 now supports jupyterlab!