sage-notebook is a community maintained Jupyter Docker Stack image with the sagemath kernel.
Last updated Jul 20, 2026
16
Stars
6
Forks
1
Issues
0
Stars/day
Attention Score
7
Language breakdown
Python 46.5%
Dockerfile 37.2%
Makefile 12.6%
Shell 3.7%
▸ Files
click to expand
README
sage-notebook 
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
Launch on binder
Try this Jupyter Notebook online with this link. No installation is needed.Docker Hub
- Docker Hub hub.docker.com/r/sharptrick/sage-notebook
docker pull sharptrick/sage-notebook
GitHub
References
sagemath kernel
This Dockerfile is made possible by the work of https://sagemath.org/Jupyter Docker Stacks - Community Stack version
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.🔗 More in this category