-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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.
nickvazz
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested