Skip to content

Commit

Permalink
Fix IPython magic doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapsssito committed Jan 2, 2025
1 parent c2b5982 commit 5588c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manim_slides/ipython/ipython_magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def construct(self):
in a cell and evaluate it. Then, a typical Jupyter notebook cell for Manim Slides
could look as follows::
%%manim_slides -v WARNING --progress_bar None MySlide --manim-slides controls=true one_file
%%manim_slides -v WARNING --progress_bar None MySlide --manim-slides controls=true --one_file
class MySlide(Slide):
def construct(self):
Expand Down

0 comments on commit 5588c1c

Please sign in to comment.