Installation
How to get started ?
Clone the data challenge repo:
git clone https://github.com/ocean-data-challenges/2023a_SSH_mapping_OSE.git
or using SSH:
git clone git@github.com:ocean-data-challenges/2023a_SSH_mapping_OSE.git
create the data challenge conda environment, named env-dc-global-ose, by running the following command:
conda env create --file=dc_environment.yml
and activate it with:
conda activate env-dc-global-ose
then add it to the available kernels for jupyter to see:
ipython kernel install --name "env-dc-global-ose" --user
finally, select the “env-dc-global-ose” kernel in your notebook with Kernel > Change Kernel.