From cb6bc3c0780cb90493c256f8bf25f74d73d718ce Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Wed, 12 Mar 2025 08:41:41 +0100 Subject: [PATCH] added link to demo notebook --- docs/modules/demos/pages/jupyterhub-keycloak.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/demos/pages/jupyterhub-keycloak.adoc b/docs/modules/demos/pages/jupyterhub-keycloak.adoc index 650efae9..f78403d1 100644 --- a/docs/modules/demos/pages/jupyterhub-keycloak.adoc +++ b/docs/modules/demos/pages/jupyterhub-keycloak.adoc @@ -111,7 +111,7 @@ For more details, see the https://docs.stackable.tech/home/stable/tutorials/jupy == Detailed Demo/Notebook Walkthrough -The demo showcases an ipython notebook that begins by outputting the versions of Python, Java, and PySpark being used. +The demo showcases an https://github.com/stackabletech/demos/blob/main/stacks/jupyterhub-keycloak/process-s3.ipynb[ipython notebook] that begins by outputting the versions of Python, Java, and PySpark being used. It reads MinIO credentials from a mounted secret to access the S3 storage. This ensures that the environment is correctly set up and that the necessary credentials are available for S3 operations. The notebook configures Spark to interact with an S3 bucket hosted on MinIO.