hmkhatri / dask_jobqueue_workshop_materials

Materials for a workshop focusing on https://jobqueue.dask.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop materials for a 4h course on Dask Jobqueue

Dask Jobqueue Docs: https://jobqueue.dask.org

Recorded version

There's a recorded version of this workshop here:

Requirements

Depending on what type of a learner you are, you might want to learn more about Dask itself before diving in here. The https://examples.dask.org website and especially this binder with all the examplpes to be run interactively are a great place to start.

Topics covered in the course

Setup and Requirements

This workshop uses Jupyter Notebooks for all hands-on computations. To start working, please ask your cluster admins if they already offer a way of using Jupyter on their machine and what is the best way to use / install Python packages on their system.

If they cannot help, you can find info on how to set up and use a basic Python installation on HPC systems with Miniconda here: https://git.geomar.de/python/jupyter_on_HPC_setup_guide

An environment containing all dependencies necessary to follow the workshop, is defined in environment.yaml.

If you followed the guide above, you can set up all the dependencies by first activating the base environment of your Anaconda or Miniconda installation and then running:

conda env create -f <path-to-the-workshop-materials>/environment.yaml

About

Materials for a workshop focusing on https://jobqueue.dask.org


Languages

Language:Jupyter Notebook 100.0%