Changes between Version 6 and Version 7 of cypress/JupyterNode
- Timestamp:
- 03/02/23 15:38:15 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/JupyterNode
v6 v7 1 1 == Jupyter Notebook == 2 The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizationsand explanatory text.2 The [https://jupyter.org/ Jupyter Notebook] is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. 3 3 4 4 1. Login to Cypress with port-forwarding … … 23 23 }}} 24 24 25 3. Load module and start jypyter nodebook server.25 3. Load the module and start jupyter notebook server. 26 26 {{{ 27 [userID@cypress01-093 Python]$ module load anaconda 27 [userID@cypress01-093 Python]$ module load anaconda3 28 28 [userID@cypress01-093 Python]$ jupyter notebook 29 29 }}} … … 31 31 4. Access [http://localhost:8888/] with your local web browser. 32 32 33 '''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).'''33 '''Note: your ''jupyter notebook'' session will be killed when the idev-session time exceeds the walltime limit (that is 8 hours in the example above).''' 34 34 35 35 Ctrl+c to shutdown ''jupyter notebook''.