Changes between Version 3 and Version 4 of cypress/JupyterNode


Ignore:
Timestamp:
08/26/16 12:38:16 (8 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/JupyterNode

    v3 v4  
    441. Login to Cypress with port-forwarding
    55{{{
    6 [user@local ~]$ ssh -L 8889:127.0.0.1:8889 userID@cypress.tulane.edu
     6[user@local ~]$ ssh -L 8888:127.0.0.1:12345 userID@cypress.tulane.edu
    77}}}
     8'''Replace '12345' with a big number you like'''.
    89
    9 2. Move to a directory you want to work on, start an interactive session with port-forwarding.
     102. 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'''.
    1011{{{
    11 [userID@cypress2 Python]$ idev --port=8889:8888 -t 8 -c 1
     12[userID@cypress2 Python]$ idev --port=12345:8888 -t 8 -c 1
    1213Requesting 1 node(s)  task(s) to normal queue of defq partition
    13141 task(s)/node, 1 cpu(s)/task, 2 MIC device(s)/node
     
    2829}}}
    2930
    30 4. Access [http://localhost:8889/] with your local web browser.
     314. Access [http://localhost:8888/] with your local web browser.
    3132
    3233'''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).'''