-
Notifications
You must be signed in to change notification settings - Fork 134
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
Trouble displaying system with NGLview #894
Comments
Please elaborate. |
Hai, I set NotebookApp.iopub_data_rate_limit = 10000000 when starting jupyter lab, but nv.show_mdanalysis() doesn't display my system (despite loading the trajectory scroll bar). If I select a small part o the system, I'm able to get an output (first image), but if I my atom group is larger than 10k atoms nglview will not display it (second image). My question is if there is a way to visualize larger systems with nglview and how, or if it has a limit that forbid working large system with this tool Thanks, |
Thanks for your detail report. What does the terminal (where you launch the notebook) say? |
thanks. I meant after you running your code, what does the terminal say? Additionally, does it work in traditional notebook? |
So, this is the last call of the terminal, even after running the cell of the notebook
Yes. The same thing happens |
uhm, do you mind sharing your file (pdb) or a toy model so I can play with it? |
Let me know if you need anything else :) |
hi @gnserafim
|
Hey @hainm First, sorry about not replaying you early. Busy week Thank you for the solution found! I was able to visualize my system centering it the way you did it :) One more question: your solution only worked in a notebook created through notebook and not through jupyter lab. Any idea why? |
@gnserafim I am not sure why. Does |
Hi,
I'm current working with a system around 600k atoms and I have trouble visualizing not only the entire sytem but even a small part of it (AtomGroup of 12k atoms).
I followed what was on issue #633 and set NotebookApp.iopub_data_rate_limit as proposed (and even higher) but it didn't work.
Any ideas how to solve this?
As reference, below are the version been used:
jupyterlab 1.2.3
nglview 2.7.5
nglview-js-widgets 2.7.5
jupyterlab-manager 1.1.0
Installation done by pip or jupyter labextensions.
The text was updated successfully, but these errors were encountered: