Changes between Version 2 and Version 3 of cypress/JupyterNode
- Timestamp:
- 08/24/16 19:21:48 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/JupyterNode
v2 v3 4 4 1. Login to Cypress with port-forwarding 5 5 {{{ 6 [user@local ~]$ ssh -L 888 8:127.0.0.1:8888userID@cypress.tulane.edu6 [user@local ~]$ ssh -L 8889:127.0.0.1:8889 userID@cypress.tulane.edu 7 7 }}} 8 8 9 9 2. Move to a directory you want to work on, start an interactive session with port-forwarding. 10 10 {{{ 11 [userID@cypress2 Python]$ idev --port=888 8:8888 -t 8 -c 111 [userID@cypress2 Python]$ idev --port=8889:8888 -t 8 -c 1 12 12 Requesting 1 node(s) task(s) to normal queue of defq partition 13 13 1 task(s)/node, 1 cpu(s)/task, 2 MIC device(s)/node … … 28 28 }}} 29 29 30 4. Access [http://localhost:888 8/] with your local web browser.30 4. Access [http://localhost:8889/] with your local web browser. 31 31 32 32 '''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).'''