https://github.com/raybellwaves/xskillscore-tutorial
https://github.com/raybellwaves/xskillscore-tutorial
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raybellwaves/xskillscore-tutorial
- Owner: raybellwaves
- Created: 2020-03-26T11:13:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T21:34:10.000Z (almost 5 years ago)
- Last Synced: 2025-04-14T18:13:01.264Z (9 months ago)
- Language: Jupyter Notebook
- Size: 1.57 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
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) `_.