jupyter / try.jupyter.org

Try Jupyter!
https://try.jupyter.org
BSD 3-Clause "New" or "Revised" License
10 stars 13 forks source link

Replace tmpnb.org with links to mybinder.org #21

Closed minrk closed 6 years ago

minrk commented 6 years ago

Right now, we are running try.jupyter.org (tmpnb.org) with the massive docker image containing Python, R, Julia, Haskell, etc. here. The main reason we have this kitchen-sink image is that tmpnb only runs with one image. With mybinder.org, a collection of links to different binders can solve this problem without having to run a dedicated service

Problems right now:

Potential downsides with switching to binder:

Proposal

My proposal is to switch try.jupyter.org to a collection of binderable repos, demoing basic functionality and retire docker-demo-images (jupyter/demo) entirely.

Steps:

  1. build a few demo repos
  2. update try.jupyter.org to redirect to the binder link (OR: serve the landing page), rather than iframing tmpnb.org
  3. shutdown or reduce tmpnb.org
  4. archive https://github.com/jupyter/docker-demo-images
terna commented 6 years ago

I absolutely agree, I'm a happy my binder user, best, Pietro

damianavila commented 6 years ago

The proposal sounds reasonable to me as well, and I think the pros overpays the cons.

Carreau commented 6 years ago

Agreed, we can also just host a page on try.jupyter.org that list multiple images/languages/kernels. We could also kill 2 birds with one stone in the long run and have a clear list of kernels with a link to each of their respective binders.

minrk commented 6 years ago

Yeah, a landing page with a few links would work as well, rather than a pure redirect to a default binder. That will also mitigate bounce traffic consuming binder resources.

ellisonbg commented 6 years ago

+1

yuvipanda commented 6 years ago

+1 binder should be able to support it!

rgbkrk commented 6 years ago

Awesome.