Name:EGI JupyterHub
Description:A Jupyterhub VM configured with EGI Check-in authentication and docker spawner
Abstract: A sample VM with JupyterHub installed and ready te be used with EGI Check-in authentication and docker for spawning the notebooks.
It’s a one-vm setup similar to the EGI notebooks (https://notebooks.egi.eu/) service (although not completely equivalent).
For using the VM:
- start it as usual on your cloud provider
- create a new client in EGI Check-in: https://aai-dev.egi.eu/oidc/manage/user/clients, use as redirect URL the URL of your VM. See example in /etc/jupyterhub/jupyterhub_config.py
- open /etc/jupyterhub/jupyterhub_config.py and add there the details of the client just created in Check-in
- pull the image to be used for notebooks, for the default one: sudo docker pull jupyter/scipy-notebook:latest
- restart jupyterhub: sudo service restart jupyterhub

Created:2019-02-12
Last updated:2019-02-13