Skip to content

Commit 77d42d2

Browse files
authored
Update jupyter.rst (#3630)
Pinpoint IPython==8.21.0 for Google Colab, because more recent versions are incompatible with their runtime.
1 parent c7e7ca2 commit 77d42d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation/jupyter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ then execute it.
7171
texlive-latex-recommended texlive-science \
7272
tipa libpango1.0-dev
7373
!pip install manim
74-
!pip install IPython --upgrade
74+
!pip install IPython==8.21.0
7575
7676
You should start to see Colab installing all the dependencies specified
7777
in these commands. After the execution has completed, you will be prompted

0 commit comments

Comments
 (0)