How can one use Binder (mybinder.org) with private Github repositories?

后端 未结 1 1794
长情又很酷
长情又很酷 2021-02-15 14:23

After reviewing this exact issue (https://github.com/jupyterhub/binderhub/issues/237) it seems that the functionality for this has been implemented with this merged pull request

相关标签:
1条回答
  • 2021-02-15 14:43

    The 'Binder (mybinder.org)' part of the OP's question actually refers to two things.
    MyBinder.org is a public BinderHub. The issue referenced is referring to Binderhubs in general, i.e., the 'Binder' part of the OP's question. They have set it up and documented how to enable working with private Github repositories on privately-hosted Binderhubs not via MyBinder.org. See the changes referenced by 'docs for private repo access' here.
    The discussion in the issue referenced says they won't be allowing that for MyBinder.org.

    For access to private repos, you can deploy BinderHub, the software that powers mybinder.org, yourself, or use repo2docker, the tool that turns a repository into a Docker image that will run on Jupyter if you only want to use it locally instead of running a service.

    0 讨论(0)
提交回复
热议问题