manim_tutorial
manim_tutorial copied to clipboard
Files to accompany postings at talkingphysics.wordpress.com on how to use manim
I keep getting "No module named 'manimlib.__main__'" when i try run manim or manimgl. i try to update pip and miktex but its also keep getting the same error. Some...
I'm using Manim Community Edition v0.8.0. I'm having problems running scenes ExampleApproximation and PlotFunctions. I'm experiencing problems in reading the values inside the dictionaries named "CONFIG". Do you have any...
I'm currently using Manim v0.8.0 Community Edition. I changed the names of some of the methods and imports and managed to run the script. Other than scenes 7 and 14...
When I follow [your tutorial](https://talkingphysics.wordpress.com/2019/01/08/getting-started-animating-with-manim-and-python-3-7/), the class MovingCharges(Scene) doesn't work. Maybe something has been changed in [manim project](https://github.com/3b1b/manim). So the following three lines need to be changed 1. https://github.com/zimmermant/manim_tutorial/blob/37efeb93db5a266d92f85ea1f72aec5ba66bb312/manim_tutorial_P37.py#L493 2....
When I try to render the scene ExampleApproximation of `manim_tutorial_1.py`, I obtain in Terminal this error: ``` NameError: global name 'math' is not defined ``` for line 234. Actually, `big_ol_pile_of_manim_imports.py`...
This looks super cool. You might be interested in Binder: https://mybinder.org This allows you and others to run these notebooks in the cloud (using custom docker images with everything pre-installed)....