Changes between Version 3 and Version 4 of cypress/JupyterNode
- Timestamp:
- 08/26/16 12:38:16 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/JupyterNode
v3 v4 4 4 1. Login to Cypress with port-forwarding 5 5 {{{ 6 [user@local ~]$ ssh -L 888 9:127.0.0.1:8889userID@cypress.tulane.edu6 [user@local ~]$ ssh -L 8888:127.0.0.1:12345 userID@cypress.tulane.edu 7 7 }}} 8 '''Replace '12345' with a big number you like'''. 8 9 9 2. Move to a directory you want to work on, start an interactive session with port-forwarding. 10 2. Move to a directory you want to work on, start an interactive session with port-forwarding. '''Replace '12345' with a big number you specified above'''. 10 11 {{{ 11 [userID@cypress2 Python]$ idev --port= 8889:8888 -t 8 -c 112 [userID@cypress2 Python]$ idev --port=12345:8888 -t 8 -c 1 12 13 Requesting 1 node(s) task(s) to normal queue of defq partition 13 14 1 task(s)/node, 1 cpu(s)/task, 2 MIC device(s)/node … … 28 29 }}} 29 30 30 4. Access [http://localhost:888 9/] with your local web browser.31 4. Access [http://localhost:8888/] with your local web browser. 31 32 32 33 '''Note: your ''jupyter notebook'' session will be kill when the idev-session time exceeds the walltime limit (that is 8 hours in the example above).'''