Changes between Version 6 and Version 7 of cypress/JupyterNode


Ignore:
Timestamp:
03/02/23 15:38:15 (14 months ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/JupyterNode

    v6 v7  
    11== Jupyter Notebook ==
    2 The ​Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text.
     2The ​[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.
    33
    441. Login to Cypress with port-forwarding
     
    2323}}}
    2424
    25 3. Load module and start jypyter nodebook server.
     253. Load the module and start jupyter notebook server.
    2626{{{
    27 [userID@cypress01-093 Python]$ module load anaconda
     27[userID@cypress01-093 Python]$ module load anaconda3
    2828[userID@cypress01-093 Python]$ jupyter notebook
    2929}}}
     
    31314. Access [http://localhost:8888/] with your local web browser.
    3232
    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).'''
    3434
    3535Ctrl+c to shutdown ''jupyter notebook''.