You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: