-
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
Issue during rendering when using MovieMaker on NGLView #1102
Comments
Dear @PieuvreRouge |
@PieuvreRouge please |
Hi, I encountered the same problem while try to create movie in jupyter lab, even if I have installed the new version. Here is my code environment: view=nv.show_mdanalysis(u) nglview.version : 3.1.2 |
Hi
Can you please display the view first and run the movie making in different
cell?
Hai
…On Wed, Mar 6, 2024 at 1:28 AM qzchen2022 ***@***.***> wrote:
Hi,
I encountered the same problem while try to create movie in jupyter lab,
even if I have installed the new version. Here is my code environment:
view=nv.show_mdanalysis(u)
movie = MovieMaker(view, fps=24, output='movie.gif', in_memory=True)
movie.make()
nglview.*version* : 3.1.2
moviepy.*version* : 1.0.3
imageio.*version* : 2.34.0
ffmpeg version 6.1.1 Copyright (c) 2000-2023 the FFmpeg developers
—
Reply to this email directly, view it on GitHub
<#1102 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABB645M33TF4HOM3RQEDUFTYW2ZPJAVCNFSM6AAAAABD6EANSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQGE3TCMJTGE>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
It works, thank you! |
cheers |
Hello,
I simply tried to reproduce a film from a page of MDAnalysis website in jupyterlab : "https://userguide.mdanalysis.org/stable/examples/analysis/volumetric/density_analysis.html#Analysing-the-density-of-water-around-the-protein"
But after trying to do that, I have the following output :
Rendering ...
without any other indications or error codes.
It sounds like it freezes
Here are the versions of the modules that I use :
numpy 1.26.4 py312heda63a1_0 conda-forge
nglview 3.0.8 pyh1da8cd4_0 conda-forge
I don't think my problem is very complicated to solve. I apologise if this problem has already been discussed elsewhere, but I haven't found a satisfactory answer.
Thank you for any help you can provide.
The text was updated successfully, but these errors were encountered: