Docs binder hub duplicate?
See original GitHub issueThe docs page has this:
# Configure your Binder links, such as the URL of the BinderHub.
binder:
binderhub_url : "https://mybinder.org"
which seems to conflict with this, a little further down on the page:
launch_buttons:
binderhub_url : "https://mybinder.org" # The URL of the BinderHub (e.g., https://mybinder.org)
Also, quotes around URLs and strings are inconsistent on the page. I mildly prefer not having them, since it’s allowed. But all in quotes is valid too.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Consolidate documentation between r2d and binder? #119
We have some duplicate documentation on mybinder's read the docs and repo2docker's read the docs. Do we want that? Should we consolidate and ......
Read more >Customizing your BinderHub deployment
BinderHub uses the jupyterhub.hub.extraConfig setting to customise JupyterHub. For example, BinderSpawner is defined under the 00-binder key.
Read more >Binder
Turn a Git repo into a collection of interactive notebooks. Have a repository full of Jupyter notebooks? With Binder, open those notebooks in...
Read more >BinderHub Documentation - Read the Docs
The primary goal of BinderHub is creating custom computing environments that can be used by many remote users. BinderHub enables an end user ......
Read more >3. Set up BinderHub
We'll copy/paste the contents of this file in the steps below. ... jupyterhub: hub: services: binder: apiToken: "<output of FIRST `openssl rand -hex...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bmcfee one step ahead of you: https://github.com/executablebooks/jupyter-book/blob/master/jupyter_book/yaml.py#L93 😃
Yes, that’s another way to write false, and becomes a bool. (And yes, I’ve been bit by that one before, too 😉 )