Changes between Version 3 and Version 4 of cypress/RunningRStudioWithSingularity
- Timestamp:
- 02/05/26 16:16:26 (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/RunningRStudioWithSingularity
v3 v4 2 2 = Running RStudio with Singularity on Cypress = 3 3 4 == Login using port forwarding ==4 == Login to Cypress using port forwarding == 5 5 6 6 See for example [wiki:JupyterNode Jupyter notebook]. … … 12 12 == Start the interactive session - with port forwarding == 13 13 14 First, start an interactive session .14 First, start an interactive session, but this time you'll need to include port forwarding in order to connect to the RStudio server running on the compute node from your browser on your local machine. 15 15 16 16 '''For Workshop''' : … … 96 96 * Go to your browser 97 97 98 You can now use the RStudio server web interface on your browser. 98 99 99 You can now use the RStudio interface on your browser.100 Using the above, now that you have the RStudio server running in your Cypress interactive session, open a browser window or tab on your local machine and type the following. 100 101 101 Using the above, now that you have the RStudio server running in your Cypress interactive session, open a browser window or tab on your local machine and type the following. 102 103 Be sure to match your choice of local port number from above, substituting for '''8888''' as needed. 102 Be sure to match your choice of local port number from above, substituting your choice for '''8888''' as needed. 104 103 105 104 {{{ … … 107 106 }}} 108 107 109 * Use RStudio in your browser108 * Use RStudio server web interface in your browser 110 109 111 Here is RStudio starting in your browser.110 Shown below is RStudio server web interface loading in your browser. 112 111 113 Note that this and all future responsesmay be slow due to your particular network latency.112 Note that this and all future graphical responses to your actions in the browser may be slow due to your particular network latency. 114 113 115 114 [[Image(RStudioInBrowserStartup.png, center, 30%)]] 116 115 117 Here is RStudio interface finished loading in your browser. 116 ---- 118 117 119 Note that all of your previously installed R packages should also available in your RStudio's R session.118 Shown below is RStudio server web interface finished loading in your browser. 120 119 121 See [wiki:InstallingRPackages Installing R Packages on Cypress]. 120 Note that all of your previously installed R packages should also available in your RStudio's R session. 121 122 See [wiki:InstallingRPackages Installing R Packages on Cypress]. 122 123 123 124 [[Image(RStudioInBrowserRunning.png, center, 30%)]] 124 125 125 When you're done, go to '''File''' -> '''Quit Session...''' , then simply close the browser tab. 126 ---- 127 128 When you're done, go to '''File''' -> '''Quit Session...''' , then with '''R Session Ended''' showing, simply close the browser tab. 126 129 127 130 [[Image(RStudioInBrowserEnded.png, center, 30%)]]
