An open API service indexing awesome lists of open source software.

https://github.com/defeo/jupyterhub_sagemath

JupyterHub + SageMath container
https://github.com/defeo/jupyterhub_sagemath

docker-image dockerspawner jupyterhub sagemath

Last synced: about 1 month ago
JSON representation

JupyterHub + SageMath container

Awesome Lists containing this project

README

          

# Docker image with [SageMath](http://www.sagemath.org/) + [JupyterHub](https://jupyterhub.readthedocs.io/)

For use with [DockerSpawner](https://github.com/jupyterhub/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

```python
c.JupyterHub.spawner_class = 'dockerspawner.DockerSpawner'
```

and

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