https://github.com/pangeo-data/cookiecutter-pangeo-binder
Pangeo-Binder Cookiecutter Template
https://github.com/pangeo-data/cookiecutter-pangeo-binder
binderhub cookiecutter dask-kubernetes jupyter
Last synced: 6 months ago
JSON representation
Pangeo-Binder Cookiecutter Template
- Host: GitHub
- URL: https://github.com/pangeo-data/cookiecutter-pangeo-binder
- Owner: pangeo-data
- License: bsd-3-clause
- Created: 2018-10-10T20:22:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T17:20:04.000Z (about 6 years ago)
- Last Synced: 2024-01-25T20:45:42.582Z (over 1 year ago)
- Topics: binderhub, cookiecutter, dask-kubernetes, jupyter
- Language: Jupyter Notebook
- Homepage: https://pangeo-binder.readthedocs.io/en/latest/
- Size: 25.4 KB
- Stars: 4
- Watchers: 11
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
======================
Cookiecutter PyPackage
======================.. image:: https://travis-ci.org/pangeo-data/cookiecutter-pangeo-binder.svg?branch=master
:target: https://travis-ci.org/pangeo-data/cookiecutter-pangeo-binderCookiecutter_ template for a Pangeo-Binder Repository.
* GitHub repo: https://github.com/pangeo-data/cookiecutter-pangeo-binder/
* License: BSDFeatures
--------* 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.. _Cookiecutter: https://github.com/audreyr/cookiecutter
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