This repository contains a basic setup for running JupyterHub with Docker.
- JupyterHub with DockerSpawner
- Native Authenticator for user management
- Idle culler to stop inactive servers
- Install Docker and Docker Compose.
- Run
docker-compose up -d. - Access JupyterHub at
http://localhost:8000.