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

screenshot_generator.ipynb getting stuck at the yield #459

Open
nluetzge opened this issue Aug 8, 2024 · 0 comments
Open

screenshot_generator.ipynb getting stuck at the yield #459

nluetzge opened this issue Aug 8, 2024 · 0 comments

Comments

@nluetzge
Copy link

nluetzge commented Aug 8, 2024

  • K3D version: 2.16.1
  • Python version: 3.9.19
  • Operating System: MacOS 14.5

Description

I was trying to run your screenshot_generator.ipynb example since this is what I want to do in my script (generate a video from the plots). The first half works well, I'm able to finally save a screenshot (this was very difficult before). But the second half the one where it is supposed to generate a series of screenshots and save as png images it gets stuck in the first iteration. It looks like the yield together with the yield_screenshots decorate do not produce anything and it just waits there forever...

What I Did

I just downloaded the notebook and ran it without modification... I then just let it print the iteration step to see if it actually moves through the loop and it just stops at 0.

Web console log / python logs

N/A

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

No branches or pull requests

1 participant