From 8864389f25951d5ab6207f7c040e01f976ecaf50 Mon Sep 17 00:00:00 2001 From: George Hunt Date: Thu, 1 Apr 2021 13:22:04 +0000 Subject: [PATCH] update README --- roles/jupyterhub/docs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/jupyterhub/docs/README.md b/roles/jupyterhub/docs/README.md index 2878ebaa6..9285bfa1b 100644 --- a/roles/jupyterhub/docs/README.md +++ b/roles/jupyterhub/docs/README.md @@ -3,4 +3,5 @@ * This IIAB package permits individal users to start using their own notebook on the server without needing an individual server account. * Once a user signs in with a user name, and password, these credentials are stored, and are used thereafter to gain access to the user's files. * Individual folders are created for all student work in the path /var/lib/protected/. Individual students will only be able to see their own work in that directory. -* Students will not have any priviletes outside of their own folder. +* Students will not have any privileges outside of their own folder. +* They may upload jupyter notebooks from a local machine, and download the current state of their work via a normal browser download.