Skip to content

jupyterhub/binderhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

abbf864 · Jul 1, 2024
Mar 21, 2024
Jul 1, 2024
Jan 25, 2024
May 28, 2024
Dec 15, 2023
Jul 1, 2024
May 14, 2024
May 28, 2024
Nov 4, 2023
Sep 14, 2021
Jul 1, 2024
Mar 25, 2022
Apr 1, 2022
Oct 31, 2020
May 3, 2023
Oct 13, 2022
May 6, 2024
Apr 1, 2022
Apr 9, 2023
Nov 24, 2023
Oct 22, 2022
Sep 6, 2017
Oct 1, 2021
Apr 17, 2023
Jul 1, 2024
Apr 26, 2022
Jun 5, 2023
Jul 1, 2024
May 30, 2023
Mar 24, 2023
Apr 14, 2019
Mar 24, 2023
Jul 1, 2024
May 25, 2022
Jul 1, 2024

Repository files navigation

Documentation Status GitHub Workflow Status - Test 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.