This repository contains Jupyter docker images developed by the nbgallery project. A brief description is below; please see the README in each directory for more information.
- base-notebook: The new image we use in production, built on top of Project Jupyter's base-notebook image. This image contains Jupyter extensions to integrate with the nbgallery notebook collaboration platform.
- alpine-notebook: A simple Jupyter image built on Alpine Linux, with no nbgallery integration. This image is about half the size of
jupyter/base-notebook. We are moving off of Alpine but thought this might be useful to the community.