Skip to content

[bug] Quits if "Preview Manim Cell" before it finishes #16

@VladimirFokow

Description

@VladimirFokow

Is this happening on your side as well?

Example code I'm trying:

from manimlib import *

class Test(Scene):
    def construct(self):
        ##
        circle = Circle()
        self.play(ShowCreation(circle), run_time=3)

Steps:

manimgl

# Press "Preview Manim Cell"

# While it's still executing: "Preview Manim Cell" again -> it quits

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions