From 340aeb4757a73c18658827a90dfc77cdb92956c7 Mon Sep 17 00:00:00 2001 From: Abulafia <44573666+abul4fia@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:50:02 +0100 Subject: [PATCH] Update jupyter.rst 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