jupyter-manim
jupyter-manim copied to clipboard
manim cell magic for IPython/Jupyter to show the output video
I completed the installation: pip.exe install manimlib pip.exe install jupyter_manim when I executed this code: ``` from manimlib.imports import * import jupyter_manim %%manim Shapes class Shapes(Scene): def construct(self): circle =...
Hi, First of all, what a wonderful extension! I'm new to this Jupyter-world, but not so much for manim, but I was wondering how one could integrate manim into a...
I was trying to create a binder build for jupyter-manim. I was expecting to execute all custom animation which I create with [3b1b/manim](https://github.com/3b1b/manim). As it need a lot of installation...
How do i add additional letters. I think i have to change the tex.template.tex. but it doesnt work
Hi, I'm using jupyter_manim and it has issues in creating texobjects. I have already installed the latex distribution for my Linux operating system, but it's still showing Latex error converting...
The problem is that base64coding videos will make the webpage slower and consume way more memory, but there is a better way, blobing the files. Here is a google colab...
Hi, I’d like to suggest adding support for using jupyter-manim with MyST-NB’s glue functionality to embed manim-generated content (animations, images, etc.) inside MyST admonitions. This would allow users to include...