INSERT GRAPHIC HERE (include hyperlink in image)
Subtitle or Short Description Goes Here
| ### CREATE NOTEBOOK INSTANCE | |
| export HOME=/home/ec2-user | |
| # Install and enable Git LFS | |
| curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | sudo bash | |
| sudo yum install git-lfs -y | |
| git lfs install |