Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 877 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 877 Bytes

SECOORA Data Challenge 2020

Example notebooks are found in the notebooks directory!

More information about the SECOORA Data Challenge

More information about HF Radar data available in the SECOORA region

Running the notebooks locally

  1. Download a copy of this repository to your computer

  2. Install and setup a working conda environment using the Installation User Guide and Managing environments available in the conda.io documentation.

  3. Create an environment to run these notebooks

While in the root directory of the repository on your local computer:

conda env create envronment.yml
conda activate dc2020
jupyter lab