ricklupton / ipysankeywidget

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

Check nbextension json config file #50

Closed ricklupton closed 1 year ago

ricklupton commented 4 years ago

Installing ipysankeywidget seems to install an extension file in notebook.d which refers to "ipysankeywidget/extension", which I think is wrong -- it should be jupyter-sankey-widget/extension.

The latter is created in notebook.json when running jupyter nbextension enable --py --sys-prefix ipysankeywidget

ricklupton commented 1 year ago

Fixed by #84