diff --git a/README.md b/README.md index da4a02f..fde468f 100644 --- a/README.md +++ b/README.md @@ -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 @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!