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-07 14:10:20 -04:00
..
defaults Lint for readability & maintainability 2021-04-15 19:21:35 +00:00
tasks jupyterhub/tasks/install.yml: Clean comments 2021-07-27 13:50:35 -04:00
templates jupyterhub/templates/jupyterhub_config.py: "c.JupyterHub.admin_access = True" & "c.Authenticator.admin_users = set('Admin')" 2021-08-07 13:59:06 -04:00
README.md roles/jupyterhub/README.md: Mention jupyterhub_config.py in venv 2021-08-07 14:10:20 -04:00

JupyterHub programming environment with student Notebooks

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

Settings

Linux administrators please see /opt/iiab/jupyterhub/etc/jupyterhub/jupyterhub_config.py which originates from https://github.com/iiab/iiab/blob/master/roles/jupyterhub/templates/jupyterhub_config.py

Note that /opt/iiab/jupyterhub is a Python 3 virtual environment, that can be activated with the usual formula:

source /opt/iiab/jupyterhub/bin/activate

Known Issues: