echopype with Wu-Jung Lee

Author

Eli Holmes

Image: Py - echopype

Environment file: environment.yml

Tutorials

Instructions

  • dhub.opensci.live
  • Select the Py - echopype image
  • clone the NOAAHackDays repo
  • the notebooks are in topics-2024/2024-04-26-echopype

How to clone

Never cloned the NOAAHackDays repo?

cd ~
git clone https://github.com/nmfs-opensci/NOAAHackDays

Have cloned it but need to update? This is going to destroy any changes that you made to the repo to make it match the current state of the repo on GitHub.

cd ~/NOAAHackDays
git fetch origin
git reset --hard origin/master