Can I choose a specific (at least not Turing) hub for my Binder links?

All my notebooks have stopped working on Binder, and I gather it is because something’s up with the Turing hub.

Is there a way to specify a hub (other than Turing) in my binder links and badges. I notice that even on GESIS for example, the links generated go to Trying

Please read here and here. Why this is only encouraged as a temporary workaround and examples of how are included there.

Links are covered above in the first part of this reply.
Please examine how the badge links work. They are just markdown or restructured formatted hyperlinks. You should then see how you can change the text for the badges to point wherever you want.

So it’s simply a matter of substituting

https://<hub>.mybinder.org/v2/gh/<owner>/<repo>

for

https://mybinder.org/v2/gh/<owner>/<repo>

?

I know that pattern at least works for Gesis and some others.

1 Like