Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 904 Bytes

File metadata and controls

15 lines (10 loc) · 904 Bytes

argopy logo

Argo Online School

The Argo Online school is a set of videos and hands-on jupyter notebooks to describe the minimum requiremets to use, and understand, the Argo data. Here you can find find the jupyter notebooks that are part of the Argo Online school. These notebooks use, mainly, the Argo data python library.

Usage

You can access the content as a JubyterBook, or download them and use in your local machine. In that case, you should create a python enviroment to use these notebooks. To create, and activate, the enviroment AOS [Argo Online School]:

conda env create -f environment.yml
conda activate AOS

This enviroment already includes argopy stable version.