From 77d42d2a46b847b6d5731b4ce254972149c1a426 Mon Sep 17 00:00:00 2001 From: Abulafia <44573666+abul4fia@users.noreply.github.com> Date: Sat, 24 Feb 2024 00:08:47 +0100 Subject: [PATCH] Update jupyter.rst (#3630) Pinpoint IPython==8.21.0 for Google Colab, because more recent versions are incompatible with their runtime. --- docs/source/installation/jupyter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation/jupyter.rst b/docs/source/installation/jupyter.rst index 3b9942e5ec..7542e59be7 100644 --- a/docs/source/installation/jupyter.rst +++ b/docs/source/installation/jupyter.rst @@ -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