Skip to content

Commit

Permalink
update user name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed May 30, 2024
1 parent cf5d132 commit 8f01b6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kbase_developer_username>@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.
Expand Down

0 comments on commit 8f01b6e

Please sign in to comment.