From c3af51a592e48c348dc8ff1d58e297c69331baab Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 1 Aug 2021 16:23:45 -0400 Subject: [PATCH] Another draft of roles/jupyterhub/README.md --- roles/jupyterhub/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/jupyterhub/README.md b/roles/jupyterhub/README.md index 2207bc3a8..db55a2f06 100644 --- a/roles/jupyterhub/README.md +++ b/roles/jupyterhub/README.md @@ -5,9 +5,9 @@ * Jupyter Notebooks are widely used in the scientific community: * Intitutional FAQ: https://jupyterhub.readthedocs.io/en/stable/getting-started/institutional-faq.html * Getting Started: https://jupyterhub.readthedocs.io/en/stable/getting-started/ -* Students create their own accounts on first use, e.g. at http://box.lan/jupyterhub — the teacher does not need to be involved! +* Students create their own accounts on first use — e.g. at http://box.lan/jupyterhub — just as if they're logging in regularly (the login screen doesn't make that clear, but the teacher does not need to be involved!) * A student can then sign in with their username and password, to gain access to their files (Jupyter Notebooks). * The teacher should modify and protect JupyterHub's overall ``Admin`` password, just in case: http://FAQ.IIAB.IO#What_are_the_default_passwords.3F -* Individual student folders are created in ``/var/lib/protected/`` on the Internet-in-a-Box (IIAB) server: +* Individual student folders are created in ``/var/lib/private/`` on the Internet-in-a-Box (IIAB) server: * A student will only be able to see their own work — they do not have privileges outside of their own folder. * Students may upload Jupyter Notebooks to the IIAB server, and download the current state of their work via a normal browser.