This directory contains everything to generate the slide used for the tutorial.
Assuming you have correctly installed Manim, LaTeX and Jupyter, see the main README document, you can generated the slides with:
jupyter nbconvert slides/Slides.ipynb \
--to slides \
--post serve \
--no-input \
--ExecutePreprocessor.kernel_name=python3 \
--execute \
--SlidesExporter.reveal_number='c' \
--SlideExporter.reveal_controls=falseThe command can take several minutes to process as it will need to render all the animations. You might also need to change python3 to your (new) kernel name.
The generated slides are also available online.
NOTE: to navigate to the next slide, use the
spacebar or the arrow keys.
And that's all!