Skip to content

Add OceanHackWeek2020 tutorial notebook. #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
- python=3.8
- bokeh>=2.0.0
- cartopy
- cf_xarray
- dask=2.20.0
- dask-labextension>=2.0.0
- distributed=2.20.0
Expand All @@ -16,12 +17,12 @@ dependencies:
- ipywidgets>=7.5
- jupyter-server-proxy
- jupyterlab>=2.0.0
- matplotlib
- matplotlib!=3.3.1
- notebook
- nodejs
- netcdf4
- numpy>=1.18.1
- pandas>=1.0.1
- pandas<1.1
- pydap
- python-graphviz
- scipy>=1.3.0
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dask-report.html
_build/
*.nc
*.zarr
dask-worker-space/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
12 changes: 8 additions & 4 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@ Xarray Tutorial

You can run this tutorial in a live session here: |Binder|

This tutorial is being prepared for SciPy 2020.

..
.. |Binder| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/pydata/xarray-tutorial/master?urlpath=lab

Contents
--------

.. toctree::
:maxdepth: 1
:caption: OceanHackWeek 2020

oceanhackweek-2020/xarray-oceanhackweek20.ipynb


.. toctree::
:maxdepth: 1
:caption: SciPy 2020

scipy-tutorial/00_overview.ipynb
scipy-tutorial/01_datastructures_and_io.ipynb
Expand Down
Loading