jupyter / try.jupyter.org

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

redirect to jupyter.org/try #23

Closed minrk closed 6 years ago

minrk commented 6 years ago

currently the list only contains a link to ipython-in-depth, but we can add more as they come.

requires https://github.com/ipython/ipython-in-depth/pull/54 before the link will work

closes #21

Note: this page could live on the regular jupyter.org site, and we could redirect try.jupyter.org to jupyter.org/try.html. That might result in less duplication.

minrk commented 6 years ago

Added R and Julia as links to binder-examples repos. We should replace these with other demos, but they work for now.

minrk commented 6 years ago

Preview of the page with the Python link highlighted:

screen shot 2018-02-26 at 12 17 38

Carreau commented 6 years ago

cc @tgeorgeux @ellisonbg

ellisonbg commented 6 years ago

Thanks @minrk for working on this. I like the idea of having a try page on the website and redirecting try.jupyter.org to that. In the current PR, is this on a separate page, or the home page? Can you post a screenshot of the entire page to give more context?

minrk commented 6 years ago

This PR is to try.jupyter.org. I'll do another PR adding this to the regular website, since the pattern is very similar to what we already have there for documentation. Then this PR will be replaced with a simple redirect to jupyter.org/try.

minrk commented 6 years ago

OK, should be set. This PR now causes try.jupyter.org to be a simple redirect to jupyter.org/try. https://github.com/jupyter/jupyter.github.io/pull/270 adds the Binder links to jupyter.org/try.

Merge order:

  1. https://github.com/ipython/ipython-in-depth/pull/54 (ipython-in-depth works on Binder)
  2. https://github.com/jupyter/jupyter.github.io/pull/270 (add jupyter.org/try)
  3. this PR (redirect try.jupyter.org to jupyter.org/try)
  4. (not a PR) shutdown tmpnb.org servers
rgbkrk commented 6 years ago

Woo!