I ran a fresh pip install of pymfem and pyglvis, enabled the jupyter extension, and receive the following error running ex1.ipynb (link)

I did some googling and it looks like this may be a common issue (example), possibly related to compatibility changes from ipywidgets 7.x to 8.x. I checked and I am currently using ipywidgets == 8.0.4 and widgetsnbextension == 4.0.5. I've tried downgrading (ipywidgets == 7.8.0 and widgetsnbextension == 3.6.6) with no luck.
Curious if anyone else has run into this; I will keep playing around with this to see if I can find a solution.
I ran a fresh pip install of
pymfemandpyglvis, enabled the jupyter extension, and receive the following error runningex1.ipynb(link)I did some googling and it looks like this may be a common issue (example), possibly related to compatibility changes from
ipywidgets7.xto8.x. I checked and I am currently usingipywidgets == 8.0.4andwidgetsnbextension == 4.0.5. I've tried downgrading (ipywidgets == 7.8.0andwidgetsnbextension == 3.6.6) with no luck.Curious if anyone else has run into this; I will keep playing around with this to see if I can find a solution.