ioos / notebooks_demos

Notebook demonstrations and examples
https://ioos.github.io/notebooks_demos/
MIT License
19 stars 19 forks source link

Run in Binder link fails #414

Closed mwengren closed 3 years ago

mwengren commented 3 years ago

I tried using the Binder link in the README and it seems to time out or fail in the Step 6 COPY CONDARC command.

Is there a way to add a link to each notebook to run individually via Binder. Just a guess that the README link including the full master branch is slowing things down or otherwise causing issues.

MathewBiddle commented 3 years ago

At the bottom of each notebook there is a link to run a live instance of each notebook. image

ocefpaf commented 3 years ago

Just a guess that the README link including the full master branch is slowing things down or otherwise causing issues.

It is an easy fix but probably not worth doing it at the moment b/c this will be handled by #409 automatically. Also, the individual links in each notebook seems to be working.

mwengren commented 3 years ago

Will the JupyterBook interface show the 'Run in Binder' more prominently than the current Jekyll template?

@MathewBiddle and I talked about this a little, but it would be nice to make the process to run a notebook more obvious/straightforward, and perhaps even faster as well if possible?

What if we look into Planetary Computer since it's under the MS umbrella like GitHub? No idea if they support anything similar to BinderHub, but just a suggestion.

ocefpaf commented 3 years ago

Will the JupyterBook interface show the 'Run in Binder' more prominently than the current Jekyll template?

It will look like this:

Screenshot from 2021-06-29 15-46-02

What if we look into Planetary Computer since it's under the MS umbrella like GitHub? No idea if they support anything similar to BinderHub, but just a suggestion.

My guess is that they do not provide that as a service but I'll ask around. (Some former AnacondaInc/Pangeo folks work on that project and may help us.)