Skip to content

Deterministically build docker images from a git repository + commit

License

Notifications You must be signed in to change notification settings

bitnik/binderhub

This branch is 1482 commits behind jupyterhub/binderhub:main.

Folders and files

NameName
Last commit message
Last commit date
Jan 15, 2021
Jan 6, 2021
Jan 11, 2021
Dec 3, 2020
Oct 5, 2018
Jan 6, 2021
Jan 15, 2021
Apr 14, 2019
Oct 17, 2018
Oct 31, 2020
Nov 1, 2020
Oct 29, 2020
Oct 18, 2019
Nov 10, 2020
Sep 6, 2017
Apr 14, 2019
Jan 15, 2021
Dec 3, 2020
Dec 14, 2018
Nov 17, 2020
Apr 14, 2019
Nov 24, 2020
Apr 14, 2019
Dec 20, 2017

Repository files navigation

Documentation Status GitHub Workflow Status GitHub Workflow Status Latest chart development release GitHub Discourse Gitter Contribute

What is BinderHub?

BinderHub allows you to BUILD and REGISTER a Docker image from a Git repository, then CONNECT with JupyterHub, allowing you to create a public IP address that allows users to interact with the code and environment within a live JupyterHub instance. You can select a specific branch name, commit, or tag to serve.

BinderHub ties together:

  • JupyterHub to provide a scalable system for authenticating users and spawning single user Jupyter Notebook servers, and
  • Repo2Docker which generates a Docker image using a Git repository hosted online.

BinderHub is built with Python, kubernetes, tornado, npm, webpack, and sphinx.

Documentation

For more information about the architecture, use, and setup of BinderHub, see the BinderHub documentation.

Contributing

To contribute to the BinderHub project you can work on:

To see how to build the documentation, edit the user interface or modify the code see the contribution guide.

Installation

BinderHub is based on Python 3, it's currently only kept updated on GitHub. However, it can be installed using pip:

pip install git+https://github.com/jupyterhub/binderhub

See the BinderHub documentation for a detailed guide on setting up your own BinderHub server.

Why BinderHub?

Collections of Jupyter notebooks are becoming more common in scientific research and data science. The ability to serve these collections on demand enhances the usefulness of these notebooks.

Who is BinderHub for?

  • Users who want to easily interact with computational environments that others have created.
  • Authors who want to create links that allow users to immediately interact with a computational enviroment that you specify.
  • Deployers who want to create their own BinderHub to run on whatever hardware they choose.

License

See LICENSE file in this repository.

About

Deterministically build docker images from a git repository + commit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.3%
  • JavaScript 5.3%
  • HTML 4.9%
  • CSS 2.0%
  • Other 1.5%