Jupyter
The customization of Jupyter is not complicated however the explanation to the replacement of the login.py file is rather lengthy so please consult the accompanying proceedings paper.
To integrate Jupyter into this cloud architecture, the following steps are suggested
- Replace the
login.pyfile in thesite-packagesdirectory with the one provided here - Set the base_url variable appropriately
- Validate the shared drive belongs to the current user (we used a read only
.idfile) - Generate a certificate (self-signed is adequate) so that Jupyter runs over HTTPS
- Ensure health check is correctly configured (some Jupyter URL's generate a
302code)
Return to Authentication and Applications