From b212437bbd506a503e0db5d70e00e21adcab8b0c Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 7 Aug 2021 14:10:20 -0400 Subject: [PATCH] roles/jupyterhub/README.md: Mention jupyterhub_config.py in venv --- roles/jupyterhub/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/jupyterhub/README.md b/roles/jupyterhub/README.md index b8121677a..dc15b005e 100644 --- a/roles/jupyterhub/README.md +++ b/roles/jupyterhub/README.md @@ -12,6 +12,16 @@ * A student will only be able to see their own work — they do not have privileges outside of their own folder. * Students may upload Jupyter Notebooks to the IIAB server, and download the current state of their work via a normal browser. +### 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: * 2021-08-07: The page that allows you to reset/change your own password is not accessible. Likewise Admin users cannot reset/change the password of any _individual_ user at this time.