pysal / notebooks

jupyter/ipython notebooks demonstrating PySAL functionality
54 stars 38 forks source link

add requirements for mybinder test #18

Closed ljwolf closed 8 years ago

ljwolf commented 8 years ago

Hey,

trying to setup an environment on mybinder.com for the notebooks repository. This would gve us an immediately executable environment for the notebook repository.

To do this, we need to specify dependencies required for the notebooks in a pip-style reqiurements.txt. So, I've done this.

Hopefully, if tihs works, we can add a badge (or a link, or whatever) on the main project that would drop people into an ipython notebook server up on mybinder.org with our examples, ready to execute in browser.