-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce:
from manimlib import *
class MyScene(Scene):
def construct(self):
## Test 1
circle = Circle()
self.play(ShowCreation(circle))
- put cursor on line 3 (line
class MyScene(Scene):
) - run "Manim Notebook: Start scene at cursor"
The scene starts (as expected)
(with the command manimgl filename.py className
) <-- note no -se lineNumber
here,
so the whole scene will be played,
and then the terminal will be left in the interactive mode.
The Problem:
Notification "Starting Manim..."
hangs.
(I didn't record the logs - I think it will be reproducible without them)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working