Changes between Version 12 and Version 13 of cypress/JupyterNode


Ignore:
Timestamp:
06/10/2026 04:32:41 PM (40 hours ago)
Author:
fuji
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cypress/JupyterNode

    v12 v13  
    3333
    3434Open a terminal and run the following command to create an SSH tunnel:
    35 ssh -L 8888:127.0.0.1:8888 -J [email protected] cypress01-058
     35ssh -L 8888:127.0.0.1:8888 -J [email protected] userid@cypress01-058
    3636
    3737Copy and paste below to your web browser to access Jupyter Notebook:
     
    4343Open a terminal and run the command in the email, for example,
    4444{{{
    45 ssh -L 8888:127.0.0.1:8888 -J [email protected] cypress01-058
     45ssh -L 8888:127.0.0.1:8888 -J [email protected] userid@cypress01-058
    4646}}}
    4747This will create an SSH tunnel from your local computer to the Cypress computing node.