jupyter-manim
jupyter-manim copied to clipboard
Media-folder placed outside _build/html folder
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 Jupyter-book and not a Jupyter-notebook. Also, the animation should auto-render when building the book. Is this possible?
Thank you in advance :-)
After trying different things for a week I've managed to sort this one out. It had something to do with the media-folder not being placed correctly into the _build/html folder. I'm changing the issue to "Media-folder placed outside _build/html folder".
I think you can use OUTPUT_PATH
environment variable to control where the media folder should be; in any case jupyter-manim
does not control the media folder location.
@krassowski I'll look into this :-)