Skip to content

Commit

Permalink
Add tunnel to notebook instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed May 30, 2024
1 parent d1cafe4 commit cf5d132
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
```

### Accessing the Jupyter Notebook
Navigate to [http://localhost:44041/](http://localhost:44041/) in your browser.


Enjoy your Spark journey!


0 comments on commit cf5d132

Please sign in to comment.