osscar-org / widget-bandsplot

A Jupyter widget to plot bandstructure and density of states.
Other
12 stars 4 forks source link

Support of ipywidgets 8.x #34

Open dou-du opened 1 year ago

dou-du commented 1 year ago

Currently, the widget is only supporting ipywidgets < 8.x. We need to update the widgets once the "widget-cookiecutter" is updated for ipywigdets 8.x.

https://github.com/jupyter-widgets/widget-cookiecutter/issues/104

dou-du commented 1 year ago

I have already subscribed to the PR. Once it is merged, I will get notifacation.

https://github.com/jupyter-widgets/widget-cookiecutter/pull/105

unkcpz commented 1 year ago

Hi @dou-du, I remember that you close the issue you report in widget-cookiecutter, something about the update ipywidget is not working? I can not find it anymore. Is that related and how you fix that?

dou-du commented 1 year ago

Hi @dou-du, I remember that you close the issue you report in widget-cookiecutter, something about the update ipywidget is not working? I can not find it anymore. Is that related and how you fix that?

The error is not from the cookiecutter template. I upgrade the periodic table, which is working fine. However, it is still a myth to make the brillouin zone widget working. I am going to try to upgrade bandsplot soon.

unkcpz commented 1 year ago

Okay, thanks! Please try to document a bit of what you did to make it work, to avoid future maintenance of other packages like this one.