Skip to content

Commit

Permalink
Update the plotting package versions in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed May 15, 2024
1 parent d97ede9 commit 2322707
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2322707

Please sign in to comment.