Skip to content
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

Notebook 7 surface view error #1071

Closed
wangenau opened this issue Jul 20, 2023 · 3 comments
Closed

Notebook 7 surface view error #1071

wangenau opened this issue Jul 20, 2023 · 3 comments
Labels

Comments

@wangenau
Copy link
Contributor

Yesterday with notebook 7.0.0 a new Jupyter version got released.
I tested nglview after updating, but I found that the surface view is broken after updating and displays nothing.
There was no error written to the terminal.

Here is a minimal example for testing with an example CUBE file

import nglview
view = nglview.NGLWidget()
view.add_component('CH4_density.cube')
view.add_surface()
view

The example works with the latest version 6 notebook 6.5.4.
Displaying molecules seems to work just fine.

@hainm hainm added the bug label Jul 20, 2023
@hainm
Copy link
Collaborator

hainm commented Jul 20, 2023

thanks for your report, @wangenau

@hainm hainm mentioned this issue Jan 12, 2024
@hainm
Copy link
Collaborator

hainm commented Jan 12, 2024

The issue is resolved in #1100 (available in nglview 3.1.1)

@hainm hainm closed this as completed Jan 12, 2024
@wangenau
Copy link
Contributor Author

Thanks a lot!
I tested it and it works as expected again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants