Docker image with SageMath + JupyterHub
For use with DockerSpawner.
Your Hub must be running JupyterHub 0.8
docker pull defeo/jupyterhub_sagemath:latest
In your jupyterhub_config.py
, set
c.JupyterHub.spawner_class = 'dockerspawner.DockerSpawner'
and
c.DockerSpawner.image = 'defeo/jupyterhub_sagemath:latest'