-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jupyter plugin loaded but can not be instantiated #43
Comments
I've made a few more various attempts ( Thanks! |
Any updates here? I have a similar error in Jupyter Lab:
|
Maybe you can try PR #44? |
@bclyons12 let me know if the PR works for you, feel free to reach out if you have trouble |
I ran a fresh pip install of
pymfem
andpyglvis
, 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
ipywidgets
7.x
to8.x
. I checked and I am currently usingipywidgets == 8.0.4
andwidgetsnbextension == 4.0.5
. I've tried downgrading (ipywidgets == 7.8.0
andwidgetsnbextension == 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.
The text was updated successfully, but these errors were encountered: