Skip to main content

Metapages vs Binder

Dion Whitehead
Creator of Metapages

Binder is a way to share Jupyter notebooks. That means all the advantages and disadvantages of Jupyter notebooks.

Documentation

Binder is meant for interactive and ephemeral interactive coding

BinderHub is a kubernetes-based cloud service that allows users to share reproducible interactive computing environments from code repositories.

Binder is a way to create reproducible interactive single compute environments, that serve Jupyter notebooks. You can share links to your binder instance, so that others can interact with your environment

However, there is no state management, so every binder instance is it’s own, since the source is the github repo.

There is no searchable catalogue of shared binders, and binders are not composable, they are single stand-alone instances.

The backend is built for kubernetes, which is the largest cluster manager by far, which is good, but you cannot simply plug in your own computer easily. Kubernetes is complex, so you need to have the support of a organization or highly technical individual to implement your own.