Our team and tools#

This page contains basic information about the people and tools behind the Binder service.

The Binder Team#

The Binder Team is a subset of the JupyterHub Core Team. This group builds and maintains our open source projects, operates the cloud infrastructure at mybinder.org, and broadly supports the mission of the Binder project for the communities we serve.

The service at mybinder.org is powered by a collection of BinderHub deployments called The BinderHub Federation and run by a subset of the Binder Team.

The Binder Project is a sub-project of Project Jupyter, which is a fiscally-sponsored project of NumFocus, a 501c3 non-profit.

Join our team

Partner institutions#

We appreciate the generosity of institutions that allow their team members to support the mybinder.org federation in an official capacity. Below are institutions that employ individuals that operate any of the hubs in the mybinder.org federation.

Below are the current partner institutions of mybinder.org.

2i2c

GESIS

Simula Research Laboratory

The Turing Institute

UC Berkeley

Our open source projects#

The Binder Project stewards many open source projects that are particularly relevant to running BinderHub services like mybinder.org. Below is a short list of the most relevant ones.

  • BinderHub (): A distribution of JupyterHub for Kubernetes that dynamically builds user environment images and runs a Binder service for users. mybinder.org is an example of a live BinderHub deployment.

  • repo2docker (): A tool for generating Docker images that serve interactive computing sessions backed by an environment the user defines. This tool is used by BinderHub to generate the images that users interact with.

  • JupyterHub for Kubernetes (): A distribution of JupyterHub that runs on the cloud- and vendor-agnostic cloud platform Kubernetes. This version of JupyterHub is highly configurable and scalable, and is used in BinderHub’s deployment.

  • JupyterHub (): A flexible and scalable tool for providing remote access to Jupyter sessions on shared infrastructure. BinderHub is a customized and enhanced JupyterHub that runs on Kubernetes.

Each of these are open projects led by an inclusive community. These are all officially hosted as a part of Project Jupyter.

Other tools in the Binder ecosystem#

Holepunch

A tool for quickly creating Binder-ready repositories in R.