Skip to content

Commit

Permalink
add not about matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjwilson committed Sep 17, 2022
1 parent 6774b88 commit ea6fdb0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/source/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,21 @@ An update to a dependency of a dependency has broken plotting in nctoolkit, unle
$ conda install jinja2=3.0.3
$ pip install jinja2==3.0.3


Or install the latest version of ncplot::

$ conda install ncplot=0.2.4
$ pip install ncplot==0.2.4

Matplotlib update issue
---------------------

If you get a matplotlib related issue during your installation, either update to the latest version of nctoolkit or downgrade matplotlib::

$ conda install matplotlib=3.5.3
$ pip install matplotlib==3.5.3



Jupyter notebook issue
---------------------

Expand Down

0 comments on commit ea6fdb0

Please sign in to comment.