From de5aba0a0deb36e974f93fa5401efd9dba35a2bd Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 31 Jul 2021 13:35:17 -0400 Subject: [PATCH] Refine roles/jupyterhub/README.md --- roles/jupyterhub/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/roles/jupyterhub/README.md b/roles/jupyterhub/README.md index 357d4a156..343fd5c4c 100644 --- a/roles/jupyterhub/README.md +++ b/roles/jupyterhub/README.md @@ -3,8 +3,11 @@ #### High 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 notebook/document/blog: * 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. -* 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. + * Admin password: http://FAQ.IIAB.IO#What_are_the_default_passwords.3F + * 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. * 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. + * 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.