From 8f01b6efddd745864963b51fb95b1d229a5d45a6 Mon Sep 17 00:00:00 2001 From: Tianhao-Gu Date: Thu, 30 May 2024 14:27:42 -0500 Subject: [PATCH] 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.