3b1b / videos

Code for the manim-generated scenes used in 3blue1brown videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[HELP] Errors when running

JFSullivan20 opened this issue · comments

I'm running into 2 errors while attempting to explore the wordle scenes.

First is the self.presenter_mode, everything runs fine if I replace each instance with False but I assume theres a better way to do this.

Second, self.wait(note=f"different things") gives TypeError: Scene.wait() got an unexpected keyword argument 'note'

Anybody have any insight on these?

By the way, in the scene WordleScene, if you add the line presenter_mode = False, then it will change everywhere.

image

This is because there were updates to my branch of manim different from what was on main, including a notion of presenter mode. It should be merged now.