Running manim in jupyter, coding is broken when I create a cell break during scene construct(self)
I’m running manim, just getting into Jupyter on Win 11. My manim code works fine on cmd line and in Jupyter NB , IF I run the entire scene creation in one cell. If I create a cell break during scene creation, execution is fine to that point but the first occurence of “self” in the next cell gets an error: NameError: name ‘self’ is not defined. Re- merging the 2 cells makes the problem go away. There may be complaints about inconsistent indentation in that area of code but these seem to be untrue.