1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Making roles/jupyterhub/README.md more understandable

This commit is contained in:
A Holt 2021-08-01 06:54:16 -04:00 committed by GitHub
parent c47892a236
commit 08591e411e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
## 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.
#### 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 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
@ -8,6 +8,6 @@
* 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:
* Individual folders are created for all student work in 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.