From f5b30fd2b4729ffc0e33fe9c435c514dd76e51a0 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 6 Jan 2017 16:57:13 +0100 Subject: [PATCH] move version requirement further up --- examples/service-notebook/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/service-notebook/README.md b/examples/service-notebook/README.md index 8e42cb2e..939a8b9e 100644 --- a/examples/service-notebook/README.md +++ b/examples/service-notebook/README.md @@ -3,6 +3,8 @@ This directory contains two examples of running a shared notebook server as a service, one as a 'managed' service, and one as an external service with supervisor. +These examples require jupyterhub >= 0.7.2. + A single-user notebook server is run as a service, and uses groups to authenticate a collection of users with the Hub. @@ -21,5 +23,3 @@ In the external example, some extra steps are required to set up supervisor: 3. copy `shared-notebook.conf` to `/etc/supervisor/conf.d/` 4. `supervisorctl reload` -These examples require jupyterhub >= 0.7.2. -