Skip to content

Run your code in the cloud, with technology so advanced, it feels like magic!

License

Notifications You must be signed in to change notification settings

noroutine/binderhub

This branch is 10 commits ahead of, 673 commits behind jupyterhub/binderhub:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

06fea39 · Dec 15, 2023
Mar 30, 2023
Mar 30, 2023
Jan 7, 2023
Mar 22, 2023
Sep 10, 2022
Dec 15, 2023
Mar 30, 2023
Dec 15, 2022
Apr 14, 2019
Sep 14, 2021
Sep 20, 2021
Mar 25, 2022
Apr 1, 2022
Oct 31, 2020
Mar 30, 2023
Oct 13, 2022
Mar 7, 2023
Apr 1, 2022
Oct 22, 2022
Jan 9, 2023
Oct 22, 2022
Sep 6, 2017
Oct 1, 2021
Oct 22, 2022
Sep 20, 2021
Apr 26, 2022
Oct 13, 2022
Sep 20, 2021
Jan 4, 2023
Apr 1, 2022
Apr 14, 2019
Jan 4, 2023
May 25, 2022
Sep 20, 2021

Repository files navigation

Documentation 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

Run your code in the cloud, with technology so advanced, it feels like magic!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.5%
  • JavaScript 4.8%
  • HTML 3.9%
  • CSS 1.6%
  • Shell 0.8%
  • Mustache 0.7%
  • Other 0.7%