Install Python3 and create a virtual environment:
yes | sudo yum install python36python3 -m venv envsource env/bin/activateInstall jupyter:
pip install jupyterIn a new terminal:
ssh -i <key pair location> -L 8000:localhost:8888 ec2-user@<IPv4 Public IP>ssh -i ~/my_key.pem -L 8000:localhost:8888 ec2-user@51.120.129.202In the previous terminal:
jupyter notebookIn a browser:
localhost:8000Enter the token shown in the terminal.