sage-notebook is a community maintained Jupyter Docker Stack image with the sagemath kernel.
Like jupyter packages in the base image, the sagemath environment is installed via conda from conda-forge as per http://doc.sagemath.org/html/en/installation/conda.html. Sagemath's environmental variables are added to the sagemath kernel so that it can be cleanly executed by jupyter while still allowing sagemath to maintain its own curated collection of libraries.
Development of conda sage packages appears to be tracked at https://wiki.sagemath.org/Conda
Try this Jupyter Notebook online with this link. No installation is needed.
- Docker Hub hub.docker.com/r/sharptrick/sage-notebook
Docker Pull Command for Docker image with sagemath Kernel installed.
docker pull sharptrick/sage-notebook
This Dockerfile is made possible by the work of https://sagemath.org/
This project is developed with the helpful guide of Jupyter Docker Stacks. The base container is jupyter/minimal-notebook and this Community Stack is setup via the guide.