This repo is intentionally simple for a remote server tutorial.
requirements.txt— minimal packages for notebook demoshello_remote.py— a tiny Python script to run from the command linelong_job.py— a 3-minute script fortmux/ background-job demossample_local_upload.txt— a small file for upload/download demos
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python hello_remote.py