6 ms·
Some demos and examples: https://jupyter.org/try https://jupyter.org/try all the repos linked from there are backed by mybinder.org (The interpreted C++ one bl
by betatim 8y ago
Some demos and examples:
https://jupyter.org/try 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 https://github.com/binder-examples/requirements
* Jupyter with R and RStudio: https://github.com/binder-examples/r https://github.com/binder-examples/r
* Julia support: https://github.com/binder-examples/demo-julia https://github.com/binder-examples/demo-julia
* Installing additional APT packages: https://github.com/binder-examples/apt_install https://github.com/binder-examples/apt_install
(I work on Binder)
- clwk 8y agoDo you know if this can be configured to work with Sage? If so, could you link to an example or instructions?
- betatim 8y agoIs this the Sage you mean: https://github.com/sagemath/sage-binder-env 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.
- clwk 8y agoThat’s it, yes. Thank you.