-
Notifications
You must be signed in to change notification settings - Fork 20
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
Orbitals not showing up #38
Comments
This one is really mysterious... It seems that observing changes in the Select ipywidget isn't working. It might be a bug in the beta version of ipywidgets. I'm looking into it... |
The select widgets have always been a little finicky in my experience. It's very weird that it changed to a dropdown, since you can see a different kind of dropdown right above it. You might check if changing it to a EDIT: And yeah, I'm like 70% sure that orbitals were working before upgrading to ipywidgets 6 |
That did it. I think it looks and works fine so here's a PR: Autodesk/molecular-design-toolkit#118 |
Closing this as Autodesk/molecular-design-toolkit#118 was merged. Also for the record it looks like the ipywidgets people have now fixed the original problem here: jupyter-widgets/ipywidgets#879. I was unable to confirm though. |
This is in the most recent
master
fb2eee0 and also MDT. You'll also need to check out thevisualization_json
branch of MDT, or this will throw an exception because of some bad JSON.To reproduce:
Then select an orbital from the dropdown list. This produces:
But we'd expect orbitals:
(the UI changes are from upgrading to ipywidgets 6.0beta. Once that project is fully stabilized, we should probably make sure the UI layouts are reasonable)
The text was updated successfully, but these errors were encountered: