Changes between Version 2 and Version 3 of cypress/JupyterNode


Ignore:
Timestamp:
08/24/16 19:21:48 (8 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/JupyterNode

    v2 v3  
    441. Login to Cypress with port-forwarding
    55{{{
    6 [user@local ~]$ ssh -L 8888:127.0.0.1:8888 userID@cypress.tulane.edu
     6[user@local ~]$ ssh -L 8889:127.0.0.1:8889 userID@cypress.tulane.edu
    77}}}
    88
    992. Move to a directory you want to work on, start an interactive session with port-forwarding.
    1010{{{
    11 [userID@cypress2 Python]$ idev --port=8888:8888 -t 8 -c 1
     11[userID@cypress2 Python]$ idev --port=8889:8888 -t 8 -c 1
    1212Requesting 1 node(s)  task(s) to normal queue of defq partition
    13131 task(s)/node, 1 cpu(s)/task, 2 MIC device(s)/node
     
    2828}}}
    2929
    30 4. Access [http://localhost:8888/] with your local web browser.
     304. Access [http://localhost:8889/] with your local web browser.
    3131
    3232'''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).'''