From f6d42953e71e99f42057e77cf831d025141c0a03 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Apr 2021 18:44:19 +0000 Subject: [PATCH] Refine Docs roles/jupyterhub/README.md & JupyterHub's iiab.ini description --- roles/jupyterhub/README.md | 10 ++++++---- roles/jupyterhub/tasks/main.yml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/roles/jupyterhub/README.md b/roles/jupyterhub/README.md index 92aa09749..357d4a156 100644 --- a/roles/jupyterhub/README.md +++ b/roles/jupyterhub/README.md @@ -1,8 +1,10 @@ -### JupyterHub programming environment with student Notebooks +## JupyterHub programming environment with student Notebooks + +#### 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. -* This IIAB package permits individual 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. +* 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. +* 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. diff --git a/roles/jupyterhub/tasks/main.yml b/roles/jupyterhub/tasks/main.yml index 0ec1045ec..56807c2ea 100644 --- a/roles/jupyterhub/tasks/main.yml +++ b/roles/jupyterhub/tasks/main.yml @@ -37,7 +37,7 @@ - option: name value: JupyterHub - option: description - value: '"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 experiments results and program output within their notebook/document/blog."' + value: '"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."' - option: install value: "{{ jupyterhub_install }}" - option: enabled