Skip to content

pangeo-data/cookiecutter-pangeo-binder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Cookiecutter PyPackage

image

Cookiecutter template for a Pangeo-Binder Repository.

Features

  • Automatically sets up binder and dask configurations
  • Prepopulates environment with commonly used Pangeo/Python packages
  • Example notebook with first steps toward deploying a dask cluster on kubernetes

Quickstart

Install the latest Cookiecutter if you haven't installed it yet (this requires Cookiecutter 1.4.0 or higher):

pip install -U cookiecutter

Generate a Python package project:

cookiecutter https://github.com/pangeo-data/cookiecutter-pangeo-binder.git

Then:

  • Create a repo and put it on GitHub.
  • Add some more notebooks and configure your software environment.
  • Use binder.pangeo.io to launch your repo.
  • Share with the Pangeo Community