Hacker News new | ask | show | jobs
by betatim 2704 days ago
Some demos and examples:

https://jupyter.org/try all the repos linked from there are backed by mybinder.org (The interpreted C++ one blows my mind)

Some examples if you want to know how to configure things: * Install Python dependencies via requirements.txt https://github.com/binder-examples/requirements

* Jupyter with R and RStudio: https://github.com/binder-examples/r

* Julia support: https://github.com/binder-examples/demo-julia

* Installing additional APT packages: https://github.com/binder-examples/apt_install

(I work on Binder)

1 comments

Do you know if this can be configured to work with Sage? If so, could you link to an example or instructions?
Is this the Sage you mean: https://github.com/sagemath/sage-binder-env

Once in a while someone working with/on Sage pops up on my radar but I am not sure what the up-to-date and maintained example is unfortunately.

That’s it, yes. Thank you.