From cf5d1329b59a8253d8bbc41c74dd220b28c2826b Mon Sep 17 00:00:00 2001 From: Tianhao-Gu Date: Thu, 30 May 2024 13:51:41 -0500 Subject: [PATCH 1/3] Add tunnel to notebook instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da4a02f..4a19c8e 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,16 @@ sc = SparkContext(conf=conf) 2>/dev/null ``` +## Connecting to the Jupyter Notebook +### Tunneling to the Jupyter Notebook +```bash +ssh -f -N -L localhost:44041:10.58.2.201:4041 tgu@login1.berkeley.kbase.us +``` +### Accessing the Jupyter Notebook +Navigate to [http://localhost:44041/](http://localhost:44041/) in your browser. - +Enjoy your Spark journey! From 8f01b6efddd745864963b51fb95b1d229a5d45a6 Mon Sep 17 00:00:00 2001 From: Tianhao-Gu Date: Thu, 30 May 2024 14:27:42 -0500 Subject: [PATCH 2/3] update user name --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a19c8e..0c40588 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,9 @@ sc = SparkContext(conf=conf) ### Tunneling to the Jupyter Notebook ```bash -ssh -f -N -L localhost:44041:10.58.2.201:4041 tgu@login1.berkeley.kbase.us +ssh -f -N -L localhost:44041:10.58.2.201:4041 @login1.berkeley.kbase.us ``` +where ```kbase_developer_username``` is an Argonne account usually starting with `ac.`. ### Accessing the Jupyter Notebook Navigate to [http://localhost:44041/](http://localhost:44041/) in your browser. From 6c412031aa34c302eb726761fd7e7658896c7365 Mon Sep 17 00:00:00 2001 From: Tianhao-Gu Date: Thu, 30 May 2024 14:30:02 -0500 Subject: [PATCH 3/3] update user name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c40588..fde468f 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ sc = SparkContext(conf=conf) ```bash ssh -f -N -L localhost:44041:10.58.2.201:4041 @login1.berkeley.kbase.us ``` -where ```kbase_developer_username``` is an Argonne account usually starting with `ac.`. +where ```kbase_developer_username``` is an Argonne account, typically starting with `ac.`. ### Accessing the Jupyter Notebook Navigate to [http://localhost:44041/](http://localhost:44041/) in your browser.