From bd0c6942ea897850429b427067f3876459a3ad54 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 7 Aug 2021 14:40:04 -0400 Subject: [PATCH] roles/jupyterhub/README.md: Set a password for 'Admin' account --- roles/jupyterhub/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/jupyterhub/README.md b/roles/jupyterhub/README.md index 0fef50ac7..f2740a5c0 100644 --- a/roles/jupyterhub/README.md +++ b/roles/jupyterhub/README.md @@ -3,11 +3,11 @@ #### Secondary schools may want to consider JupyterHub to integrate coding with dynamic interactive graphing — A New Way to Think About Programming — allowing students to integrate science experiment results and program output within their own blog-like "Jupyter Notebooks." * 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/ + * [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 — just as if they're logging in regularly (unfortunately 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 + * The teacher should set and protect JupyterHub's overall ``Admin`` password, just in case. As with student accounts, the login screen doesn't make that clear — so just log in with username `Admin` using any password that you want to become permanent. * 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.