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: content/xarray.rst
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,9 @@ We will first download a dataset similar to the example above to illustrate the
47
47
48
48
.. Note::
49
49
50
-
If you have set up your ``python-for-scicomp`` environment yesterday or earlier, you need to install the packages ``netcdf4`` and ``pythia_datasets`` manually. You can do this by running the following commands in your (JupyterLab) terminal: ::
50
+
If you have set up your ``python-for-scicomp`` environment yesterday or earlier, you need to install the packages ``netcdf4`` and ``pythia_datasets`` manually. You can do this by running the following command in your (JupyterLab) terminal: ::
51
51
52
-
conda install netcdf4
53
-
pip install pythia_datasets
52
+
conda install netcdf4 pythia-datasets
54
53
55
54
Let us open a python shell and download a public dataset: ::
0 commit comments