
Why is python saying "No module named 'manim'" but the manim …
Jun 6, 2025 · Now, when running manim -pqh filename.py TestBelow it works fine, but when running that with actual python, it always says No module named manim. Also, the way I installed manim, I …
Newest 'manim' Questions - Stack Overflow
Feb 18, 2026 · Typst in Manim. I make Manim to support for the Typst typesetting language I make Manim to support for the Typst typesetting language but It seem like horizontal line in between …
Reading each cell value in a table in manim - Stack Overflow
May 26, 2024 · I have created a table using Table in manim, and i want to simply read the value in one of the cells. As an example imagine i have written "a" in row 0 column 0, i want to say: If …
python - Manim not installing on Google Colab - Stack Overflow
Jul 4, 2023 · Manim not installing on Google Colab Asked 2 years, 7 months ago Modified 2 years, 6 months ago Viewed 3k times
Manim Community: Color in Equation by Text - Stack Overflow
Oct 6, 2024 · Manim Community: Color in Equation by Text Asked 1 year, 4 months ago Modified 1 year, 4 months ago Viewed 160 times
python - "manim: command not found". Un and Reinstalled Manim …
Feb 15, 2022 · 0 The anaconda path was in .zshrc but manim was not found. I added: /Users/ username /opt/anaconda3/ manimenvelope /bin to PATH and manim now works normally.
Why can't I install Manim in Jupyter Notebook? - Stack Overflow
May 19, 2023 · Just now I was able to sort of get manim working on a remote mybinder session by going here. And then in the session that came up, I opened a new notebook and ran in the notebook …
How can I create a closed loop curve in Manim? - Stack Overflow
Mar 29, 2025 · The reason the Bezier curve has a sharp angle in it is because the make_smooth () function doesn't consider whether the anchors (points) form a closed loop or not. As a result, it has …
How do I highlight one line of code in Manim? - Stack Overflow
May 8, 2023 · Manim removes the spaces caused by the indentation of the triple-quoted string, but only if all lines have the same number of leading spaces. This mechanism did not work in your original …
How to set the size of pic/video rendered by manim?
Jul 26, 2021 · The default size of picture or video rendered by manim is 1920*1080. But I want to resize it to for example 2000 * 2000, and I don't know how to modify it. I browsed the doc of manim, but I …