Installation



How to get started ?

Clone the data challenge repo:

git clone git@github.com:ocean-data-challenges/2023b_SSHmapping_HF_California.git

create the data challenge conda environment, named env-dc-global-ose, by running the following command:

conda env create --file=environment.yml 

and activate it with:

conda activate env_dc_ssh_mapping_cali

then add it to the available kernels for jupyter to see:

ipython kernel install --name "env_dc_ssh_mapping_cali" --user

finally, select the “env_dc_ssh_mapping_cali” kernel in your notebook with Kernel > Change Kernel.

You’re now good to go !