NOTE: Allow starting a web server for browsing outputs
Let's get a web server running. Log-in again to your virtual machine from another terminal and run:
python -m http.server 889N # replace N with your user number (for example: N = 1 for user 1)
You can access this by pointing your web browser at http://<your_ip>:889N/, where <your_ip> is the ip address of your instance.
curl ifconfig.me
can show you your ip address.
<br/>