-
Notifications
You must be signed in to change notification settings - Fork 164
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
ipyvolume notebook doesn't work #123
Comments
Using ipyvolume 0.6.0a8, it seems to activate properly in JupyterLab, but I am having a JS error:
This looks like a ThreeJS issue. Maybe a wrong ThreeJS version gets pulled. Any idea @maartenbreddels ? |
Weird, that could be. Is this using the setup from the main README at https://github.com/jupyter-widgets/tutorial ? |
this can also be triggered when trying to display a non-displayable widget (e.g. as Scatter object), sometimes these are returned, and for some reason (although we do not inherit from DOMWidget), the widget manager tries to display a scatter object. (Same happens with bqplot I think) |
@maartenbreddels -- we are seeing the failure using the README instructions at commit c19e35e If you could take a look that would be great! We'd really like to demo |
I think this is because it doesn't install the jupyterlab 3.0
The text was updated successfully, but these errors were encountered: