Skip to content

Commit 4d31307

Browse files
authored
fix: Notebook URl (#52)
1 parent adad03b commit 4d31307

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/modules/demos/pages/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ JupyterHub will create a Pod for each active user. In order to reach the Jupyter
110110
$ kubectl port-forward service/proxy-public 8080:http
111111
----
112112

113+
WARNING: Use the `proxy-public` service and not something else!
114+
113115
Now access the JupyterHub web interface via http://localhost:8080
114116

115117
You should see the JupyterHub login page.

stacks/_templates/jupyterhub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ options:
5050
initContainers:
5151
- name: download-notebook
5252
image: docker.stackable.tech/stackable/tools:1.0.0-stackable24.3.0
53-
command: ['sh', '-c', 'curl https://raw.githubusercontent.com/stackabletech/demos/wip/release-24.3-nick/stacks/jupyterhub-pyspark-hdfs/notebook.ipynb -o /notebook/notebook.ipynb']
53+
command: ['sh', '-c', 'curl https://raw.githubusercontent.com/stackabletech/demos/main/stacks/jupyterhub-pyspark-hdfs/notebook.ipynb -o /notebook/notebook.ipynb']
5454
volumeMounts:
5555
- mountPath: /notebook
5656
name: notebook

0 commit comments

Comments
 (0)