From c47892a236c6621ab76a302bdaaf829de80b28b2 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 31 Jul 2021 20:30:28 -0400 Subject: [PATCH] Smoothier 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 104fc766f..9e1820794 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/ -* This IIAB package permits individual users to start using their own notebook on the server (http://box.lan/jupyterhub) without needing an individual server account: - * Admin password: http://FAQ.IIAB.IO#What_are_the_default_passwords.3F +* This IIAB package (Ansible role) permits individual users to start using their own Notebook on the IIAB server (http://box.lan/jupyterhub) without needing an individual server account: * Once a user signs in with a username and password, these credentials are stored, and are used thereafter to gain access to the user's files. + * If necessary, use Admin password: http://FAQ.IIAB.IO#What_are_the_default_passwords.3F * 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 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.