We are excited to introduce you to some of the cool aspects of working with Jupyter Notebooks with Python all within the University of Arizona HPC (High Performance Computing) environment!
To ensure proper installation, follow the steps below:
- Start a new session of Puma Jupyter Notebook on HPC (using the directions provided in the KEYS Info Session Document): Info_Day03_UA_Python
- Create a new jupyter notebook (you can use the kernel Python 3).
- In the cell, type:
!git clone https://github.com/laureld04/KEYS_Training.git
This will run a copy of the repository from github to your individual directory.
- Run cell using shift + enter.