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
- Host: GitHub
- URL: https://github.com/defeo/jupyterhub_sagemath
- Owner: defeo
- Created: 2017-11-04T15:27:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T16:01:42.000Z (over 8 years ago)
- Last Synced: 2025-03-06T15:51:40.408Z (over 1 year ago)
- Topics: docker-image, dockerspawner, jupyterhub, sagemath
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```