Skip to content

Commit

Permalink
Merge pull request #13 from kbase/dev_add_tunnel_instruction
Browse files Browse the repository at this point in the history
Add tunnel to notebook instructions
  • Loading branch information
Tianhao-Gu authored May 30, 2024
2 parents d1cafe4 + 6c41203 commit f53c262
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,17 @@ 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 <kbase_developer_username>@login1.berkeley.kbase.us
```
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.


Enjoy your Spark journey!


0 comments on commit f53c262

Please sign in to comment.