1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/jupyterhub
2021-08-01 13:28:04 -04:00
..
defaults Lint for readability & maintainability 2021-04-15 19:21:35 +00:00
tasks jupyterhub/tasks/enable-or-disable.yml: Cleaner 'daemon_reload: yes' 2021-08-01 13:28:04 -04:00
templates Lint jupyterhub-nginx.conf & nginx.conf etc, for maintainability 2021-04-17 11:43:04 +00:00
README.md Refine Docs roles/jupyterhub/README.md & JupyterHub's iiab.ini description 2021-04-15 18:44:19 +00:00

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 (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.