-
Notifications
You must be signed in to change notification settings - Fork 295
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
element
variable not defined when rendering IPyWidgets
#6054
Comments
nbextension/...
modules not defined and element
variable not defined
Are you going to load widgets from the python nb_extensions folder? |
we already do that today, the proposal is to list more files from there |
nbextensions folder has to be added to require.js so that if a widget depends upon other files, they can be found. |
Yes, again we do this today, we copy the files to another directory. |
I believe now a lot of error behavior might be caused by the internal mechanism vscode uses to handle javascript. |
nbextension/...
modules not defined and element
variable not definedelement
variable not defined when rendering IPyWidgets
This should now be fixed in the latest release. |
element
variablenbextension/....
modules (tracked & possibly fixed here Clean up support for ipywidgets in remote jupyter scenarios #10434)Solutions
* [ ] We must have our custom
application/javascript
renderer which adds the element variable in context* [ ] Register
nbextension/....
modules when kernel starts & loads (tracked & possibly fixed here #10434)There could be plenty of widgets that rely on these, hence don't work.
The text was updated successfully, but these errors were encountered: