-
Notifications
You must be signed in to change notification settings - Fork 950
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
Embed doesn't work anymore? (e.g: Syncing error: no comm channel defined) #3878
Comments
Another way to reproduce is
And in notebook # 1st cell
import nglview as nv
view = nv.demo()
view
# 2nd cell
nv.write_html("index.html", view)
!open index.html |
ipywidgets/packages/base/src/widget.ts Lines 478 to 482 in b253179
|
This was referenced Jan 16, 2024
Closed
Seems like an issue with the NGL release instead: nglviewer/ngl#1014 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
I am trying to embed nglview-js-widgets 3.1.0 in my application but getting below error:
https://www.npmjs.com/package/nglview-js-widgets
You could try to download index.html.txt (-> index.html) and open it to see the error message
index.html.txt
If I change the
nglview-js-widgets
version from 3.1.0 to 3.0.8 in the index.html, thing just work.3.1.0
version works fine in the notebook and lab.Do you have idea how to resolve this? Thanks.
The text was updated successfully, but these errors were encountered: