-
Notifications
You must be signed in to change notification settings - Fork 12
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
'jp_proxy_widget' is loaded but can not be instantiated exception #39
Comments
I don't know why this is happening, but when I build using repo2docker I see a bunch of ominous warnings fly by:
possibly more. This kind of thing happens every few months with no assistance from me and I'm really tired of it. However, I will try to see if I can fix the problem with jp_proxy_widgets in the next few days. If I don't find a fix |
When I use the versions of jupyter classic notebook and jupyter lab currently distributed by conda |
The "vanilla javascript widget cookiecutter" produces the same error. |
Appeals to discussion lists have elicited radio silence. There seems to be no documentation on The latest version of classic notebook displays the following
I haven't found any useful information about how to migrate a widget implementation (which is a type of extension) Therefore my provisional plan is to wait for Notebook 7 and then possibly make jp_proxy_widgets work then, if ever. Also please see https://github.com/AaronWatters/H5Gizmos which is intended to be a better solution, and I'll leave this issue open for now. |
Migrating 7 to 8 section here might help: https://ipywidgets.readthedocs.io/en/stable/migration_guides.html but I'll wait at least until cookiecutter is working. |
I'm quite confused about the whole Notebook v7 thing, since it seems like jupyter is nowhere close to v7. Do you have an idea which versions of jupyter/jupyter-lab that work with this module? |
My working version reports this in the help-->about box. """ The version of the notebook server is: 6.4.12 Current Kernel Information: I got it from a fairly recent standard Conda install. |
Hey there, this project looks awesome.
I'm seeing this error when trying the minimal example from the first cell in your notebook.
The error in the browser console is
Any ideas what could be causing it?
The text was updated successfully, but these errors were encountered: