jupyterhub / mybinder.org-user-guide

Turn a Git repo into a collection of interactive notebooks. This is Binder's user documentation repository.
https://mybinder.readthedocs.io
BSD 3-Clause "New" or "Revised" License
151 stars 103 forks source link

The binder R example shiny link is broken #197

Closed pnavaro closed 4 years ago

pnavaro commented 4 years ago

Bug description

I try to use the binder R example

Expected behaviour

The shiny app should appears

Actual behaviour

ERR_TOO_MANY_REDIRECTS

How to reproduce

Go to http://mybinder.org/v2/gh/binder-examples/r/master?urlpath=shiny/bus-dashboard/

choldgraf commented 4 years ago

ah thanks for spotting this! I think that we got this fixed in https://github.com/jupyter/repo2docker/pull/893 ... once it's deployed on mybinder I'll let you know and then we can give it another shot. The issue was that rStudio split off its Shiny proxy into a separate package

choldgraf commented 4 years ago

try it again!

pnavaro commented 4 years ago

Magnifique. It works now with a single environment.yml file too. Merci.

choldgraf commented 4 years ago

yahoo! thanks for noticing