You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to play around it myself to build an intuition, but it seems to require a private library (manim): in the first line: (from manim import *). I tried removing removing the import but this leaves: NameError: name 'Scene' is not defined, so it seems some things from this library are used.
If you would be willing to provide that library or extract the subset needed to use your code I'd really appreciate it.
Thank you again for the great video,
Pho Hale
The text was updated successfully, but these errors were encountered:
In the cloned directory, run a command of the type manim -pql INSERT_PYTHON_FILE.py INSERT_SCENE_NAME. For example manim -pql kelly_criterion.py Intro. The scene should render and play.
Thank you for providing your code to accompany your great video (https://www.youtube.com/watch?v=_FuuYSM7yOo).
I wanted to play around it myself to build an intuition, but it seems to require a private library (
manim
): in the first line: (from manim import *
). I tried removing removing the import but this leaves:NameError: name 'Scene' is not defined
, so it seems some things from this library are used.If you would be willing to provide that library or extract the subset needed to use your code I'd really appreciate it.
Thank you again for the great video,
The text was updated successfully, but these errors were encountered: