Skip to content

Commit

Permalink
Update jupyter.rst (ManimCommunity#3630)
Browse files Browse the repository at this point in the history
Pinpoint IPython==8.21.0 for Google Colab, because more recent versions are incompatible with their runtime.
  • Loading branch information
abul4fia authored and JasonGrace2282 committed Mar 31, 2024
1 parent 9057b0c commit b8c5f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/installation/jupyter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ then execute it.
texlive-latex-recommended texlive-science \
tipa libpango1.0-dev
!pip install manim
!pip install IPython --upgrade
!pip install IPython==8.21.0
You should start to see Colab installing all the dependencies specified
in these commands. After the execution has completed, you will be prompted
Expand Down

0 comments on commit b8c5f6c

Please sign in to comment.