takluyver / mobilechelonian

Turtles on a notebook
Other
100 stars 37 forks source link

Make the repo binder-compliant #8

Closed choldgraf closed 7 years ago

choldgraf commented 7 years ago

I was speaking with a high-school teacher who wanted to use Binder to teach turtle for his students. To that extent I thought it might be nice to create a Binder link for this repo so that people can quickly play around with it!

This PR adds three main things:

  1. A try.ipynb notebook that shows some of the functionality of the package and encourages users to experiment.
  2. environment.yml (I'm using conda because it's simpler to get ipywidgets installed)
  3. A Binder badge to README.rst so users can click.

If it gets merged, we should switch the org name in the Binder link to takluyver

Here's the Binder link itself (for my repo):

https://beta.mybinder.org/v2/gh/choldgraf/mobilechelonian/master?filepath=try.ipynb

takluyver commented 7 years ago

Cool! I'm happy to merge this - do you want to change the link pre-emptively or after merging?

choldgraf commented 7 years ago

here's the new link: https://beta.mybinder.org/v2/gh/takluyver/mobilechelonian/master?filepath=try.ipynb

looks good?

takluyver commented 7 years ago

Looks good, thanks :-)

choldgraf commented 7 years ago

woo!