defeo / jupyterhub_sagemath

JupyterHub + SageMath container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image with SageMath + JupyterHub

For use with DockerSpawner.

Dependencies

Your Hub must be running JupyterHub 0.8

Install

docker pull defeo/jupyterhub_sagemath:latest

Configure the Hub

In your jupyterhub_config.py, set

c.JupyterHub.spawner_class = 'dockerspawner.DockerSpawner'

and

c.DockerSpawner.image = 'defeo/jupyterhub_sagemath:latest'

About

JupyterHub + SageMath container