anaconda / nbpresent

next generation slides for Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
162 stars 23 forks source link

Create Binder #27

Closed bollwyvl closed 8 years ago

bollwyvl commented 8 years ago

Binder is the best way to expose potential users to the full capability of nbpresent.

bollwyvl commented 8 years ago

This is going to be the index.ipynb used as the home page, so we'll want a "try it in binder" ribbon or something.

bollwyvl commented 8 years ago

Adding a binder to this repo is less useful and potentially distracting to a new developer: having a real docker (and/or docker-compose) file for live development will be much better.

A more sane approach will be to have a binder example in another repo, and just make use of the excellent environment.yml feature, as done on this experiment: Binder

Probably the right thing to do is to build up a nbpresent-examples repo a la bokeh-notebooks, which is intended to be used on binder. This would also make a more sane place to have all of the third-party integrations tested. Issue opened here #40.

damianavila commented 8 years ago

Nice!!