Changes between Version 12 and Version 13 of cypress/JupyterNode
- Timestamp:
- 06/10/2026 04:32:41 PM (40 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/JupyterNode
v12 v13 33 33 34 34 Open 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-05835 ssh -L 8888:127.0.0.1:8888 -J [email protected] userid@cypress01-058 36 36 37 37 Copy and paste below to your web browser to access Jupyter Notebook: … … 43 43 Open a terminal and run the command in the email, for example, 44 44 {{{ 45 ssh -L 8888:127.0.0.1:8888 -J [email protected] cypress01-05845 ssh -L 8888:127.0.0.1:8888 -J [email protected] userid@cypress01-058 46 46 }}} 47 47 This will create an SSH tunnel from your local computer to the Cypress computing node.
