An open API service indexing awesome lists of open source software.

https://github.com/raybellwaves/xskillscore-tutorial


https://github.com/raybellwaves/xskillscore-tutorial

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/raybellwaves/xskillscore-tutorial/master?urlpath=lab

xskillscore-tutorial
====================

Welcome to the `xskillscore `_ tutorial.

This was created for a talk at the `Data Science Study Group: South Florida
`_ on April 1 :sup:`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:

.. code-block:: bash

$ 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) `_.