author | date | tags | |||
---|---|---|---|---|---|
|
|
|
The Project Pythia Python Tutorial Seminar Series continues with "Thinking with Xarray" on Wednesday, March 9th at 1 PM Mountain [Daylight/Standard] Time. This session will be led by [Name].
The content for this tutorial is hosted in the .ipynb
notebook file(s) within the tutorial
directory of this repository. The files include: [topic_a.ipynb
and topic_b.ipynb
].
Some familiarity with Xarray is expected to make the most of this tutorial.
Deepak Cherian is a Project Scientist and physical oceanographer in CGD. He helps maintain xarray and xgcm, and contributes to other projects in the Pangeo ecosystem.
All of the tutorials in this organization can be followed by clicking the "Launch Binder" button at the top level or in each directory.
You may also download the environment to run locally:
-
Check your conda install with
conda --version
and if necessary install by following these instructions. -
Clone this repository by running
git clone https://github.com/ProjectPythiaTutorials/thinking-with-xarray_2022_03_09
in your terminal. -
Still in the terminal, create a Conda environment from the
environment.yml
file by first moving into thethinking-with-xarray_2022_03_09
directory withcd thinking-with-xarray_2022_03_09
and thenconda env update --file environment.yml
-
Activate your environment in the terminal with
conda activate thinking-with-xarray_2022_03_09
. -
Test your installation by launching JupyterLab with
jupyter lab
.
To receive the Zoom link and password, please join the learnpython@ucar.edu Google group and Calendar.
To join the learnpython@ucar.edu Google Group, follow this link and click "Join Group" next to the group name.
By attending this tutorial, you are subject to the NCAR/UCAR Code of Conduct
[Note: If it would be beneficial to review the related tutorials from this seminar series, please link to them here.]