Parallel Computing in Python
Image: Py - Openscapes
Tutorials
Instructions
- dhub.opensci.live
- Select the Py - Openscapes image
- clone the NOAAHackDays repo
- the notebooks are in
topics-2024/2024-04-19-dask
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/main