Danny

Results 2 comments of Danny

I followed your solution: ``` %%manim Shapes from manimlib.imports import * import jupyter_manim class Shapes(Scene): def construct(self): circle = Circle() self.play(ShowCreation(circle)) ``` The same problem still occurs, I'm not sure...

Is this a list of items I need to install in order to fix the error or you're pointing out you have the same problem occurred?