Skip to content

raybellwaves/xskillscore-tutorial

Repository files navigation

xskillscore-tutorial

Welcome to the xskillscore tutorial.

This was created for a talk at the Data Science Study Group: South Florida on April 1 st 2020. The associated slides can be found here.

See 00_Introduction.ipynb for an overview of this tutorial.

Running

Interactively

You can run this tutorial interactively by clicking on the launch | binder button at the top.

locally

You can also clone this repo and run locally:

$ git clone https://github.com/raybellwaves/xskillscore-tutorial.git
$ cd xskillscore-tutorial
$ conda env create -f binder/environment.yml
$ conda activate xskillscore-tutorial
$ jupyter labextension install dask-labextension
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
$ jupyter labextension install @bokeh/jupyter_bokeh
$ jupyter lab workspaces import binder/jupyterlab-workspace.json
$ jupyter lab

References

This tutorial was adapted from the dask-tutorial.

The interactive session is hosted by Binder and runs on Google Kubernetes Engine (GKE).