-
Notifications
You must be signed in to change notification settings - Fork 44
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
Find a tool which can do trajectory visualization in the cloud (e.g. on Colab) and insert it into notebooks #101
Comments
FYI: |
@hainm - it now works (yay!) but seems to result in incorrect visualizations when I load TRAJECTORIES, at least here. Here's a notebook which works correctly for me locally, but on Colab my molecule comes out jumbled (attached image) and the trajectory says it has 0 frames; locally it is correct. Here's the notebook and it has a button to load it on Colab (unfortunately it requires an OpenEye license to run; if needed I could probably prepare an alterantive which uses RDKit): https://github.com/MobleyLab/drug-computing/blob/master/uci-pharmsci/lectures/MD/MD_Sandbox_Molecule.ipynb |
hi @blois, I encountered the same issue when testing nglview. Do you have any idea why? thanks. |
I also have the same problem. |
Several notebooks do trajectory visualization with
nglview
; it would be helpful to migrate those to something which will work on Colab. The most important seem to be:The text was updated successfully, but these errors were encountered: