From cf5d1329b59a8253d8bbc41c74dd220b28c2826b Mon Sep 17 00:00:00 2001 From: Tianhao-Gu Date: Thu, 30 May 2024 13:51:41 -0500 Subject: [PATCH] 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!