Skip to content

Files

Latest commit

ccde191 · Oct 18, 2023

History

History
13 lines (9 loc) · 583 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 583 Bytes

HPC Utils

Provides a number of convience functions to work with HPC.

Setup

  1. Copy content of host/bin to a user executable location in your remote host $PATH. typically $HOME/bin
  2. Create a Directory ${HOME}/Notebooks to hold your Jupyter Notebooks
  3. Setup a Conda environment in you $HOME directory
  4. Setup Jupyter-Lab with single user config (good to also setup password authentication)
  5. Exchange SSH keys with client machine (laptop)
  6. Copy content of local/bin to a user executable location in your local host (Mac Laptop) $PATH. typically $HOME/bin