You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,25 +22,28 @@ The course makes extensive use of Python code and the Jupyter notebook for repro
22
22
23
23
Requirements
24
24
---------------
25
-
You will need a scientific Python distribution. Anaconda Python is strongly recommended and will get you almost everything you need all at once.
25
+
You will need a scientific Python distribution. Anaconda Python is strongly recommended and will get you everything you need all at once.
26
26
27
27
The complete list of packages used in these notes includes:
28
28
29
+
- Python 2.7
29
30
- numpy
30
31
- scipy
31
32
- matplotlib
32
-
- IPython
33
-
- netCDF4
34
33
- sympy
34
+
- xarray
35
+
- climlab (climate modeling engine)
36
+
- ffmpeg (video conversion tool used under-the-hood for interactive animations)
37
+
- version_information (display information about package versions)
35
38
36
-
which are all available through ``conda``.
39
+
which are all available through ``conda`` on the ``conda-forge`` channel.
37
40
38
-
Additionally these notes rely heavily on the custom climlab_ package (a computational engine for process-oriented climate modeling). See the documentation_ or the `github page`_ for installation instructions.
41
+
These notes rely heavily on the custom climlab_ package (a computational engine for process-oriented climate modeling). See the documentation_ or the `github page`_ for installation instructions.
39
42
40
-
Optional:
41
-
42
-
- The ``version_information`` extension (to display details about package versions used in each notebook). Install via ``pip install version_information``
43
+
The following commands will create a self-contained conda environment with everything you need to run these notebooks (Mac, Linux and Windows)::
0 commit comments