A Binder repo for SageMath computing environment
A Binder repo for SageMath computing environment ================================================
This is a Binder repository based on SageMath <http://sagemath.org>_. To access a computing environment created by Binder <http://mybinder.org>_ using the SageMath kernel, click on this badge
.. image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/sagemath/sage-binder-env/master
An example Binder repo for SageMath
Have a repository full of Jupyter notebooks using SageMath? It's easy to set up Binder to let anyone run them. Just fork this repo, put your notebooks in the notebooks directory, and modify this README.rst to your needs. In particular, you probably want to modify this line::
:target: https://mybinder.org/v2/gh/...
with ... replaced by the name of your forked repository. This makes the Binder badge use your repo to create the computing environment.
Extending the Dockerfile
The Dockerfile is based on the Docker image::
FROM ghcr.io/sagemath/sage-binder-env:10.9
which contains the latest stable version of Sage.
It includes Sage itself, and all the software packages typically included in a standard Sage installation, though not everything. In particular, optional Sage SPKGs and other system software packages are not included.
Authors
Nicolas M. Thiéry, E. Madison Bray, and Kwankyu Lee