Chilipp / sphinx-nbexamples

⛔️ Deprecated: Create an examples gallery with sphinx from Jupyter Notebooks
MIT License
15 stars 11 forks source link

add binder link? #2

Closed rabernat closed 5 years ago

rabernat commented 5 years ago

It's great that sphinx-nbexamples has links to download, view in nbviewer, etc.

Could we also have a link to open in binder?

In pangeo, we are creating a custom binder hub: https://github.com/jhamman/pangeo-binder

We would love it if the notebooks in our gallery could automatically launch directly into that binder.

This may be complicated to achieve, but I wanted to open the discussion.

cc @jhamman

Chilipp commented 5 years ago

Hey @rabernat and @jhamman! Sorry for being so unresponsive! This is just to inform you, that I just implemented binder links in sphinx-nbexamples (see the docs and PR https://github.com/Chilipp/sphinx-nbexamples/pull/11). It should be straight forward to let it point to the pangeo binder.

jhamman commented 5 years ago

Fantastic, thanks @Chilipp!