jupyterhub / jupyterhub-deploy-teaching

Reference deployment of JupyterHub and nbgrader on a single server
http://jupyterhub-deploy-teaching.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
246 stars 85 forks source link

Add configuration of JupyterHub groups and shared notebook servers #66

Open ellisonbg opened 7 years ago

ellisonbg commented 7 years ago

Jupyterhub now supports having single user notebook servers run as JupyterHub services and giving a group of users access to those servers. It would be great if we offered the configuration of those things in this ansible setup. Here are the examples that show how it can be done:

https://github.com/jupyterhub/jupyterhub/tree/master/examples/service-notebook

We would need:

@minrk @willingc

mathematicalmichael commented 5 years ago

if the hub is running within a container, do you still pass the 127.0.0.1 ip address? I've been unable to get those examples you linked to working (unable to connect to the service).