From 23227071ed5cb9d933e0b5c6afa3d7e18333163b Mon Sep 17 00:00:00 2001 From: JamesWrigley Date: Wed, 15 May 2024 16:16:37 +0200 Subject: [PATCH] Update the plotting package versions in the docs --- docs/environments.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/environments.md b/docs/environments.md index 0d6e5c1c..8b2c2fde 100644 --- a/docs/environments.md +++ b/docs/environments.md @@ -162,12 +162,12 @@ This will create a kernel called `Python (some-env)` which can be selected in th If you have issues with interactive plotting in Jupyter notebooks it is likely that your environment has has some packages installed which are not compatible with the environment that is serving Jupyter. -As of June 2023 it is recommended to pin the following packages to these versions: +As of May 2024 it is recommended to pin the following packages to these versions: ```text -- ipympl=0.7.0 -- ipywidgets=7.6.3 -- matplotlib=3.4.2 +- ipympl=0.9.3 +- ipywidgets=7.7.0 +- matplotlib=3.5.2 ``` ### Conda Packages and Environments Filling Home Directory