I am following google cloud machine learning tutorial and I am unable to Launch TensorBoard
I\'ve followed the steps in the above tutorial (also set up my environme
It looks like the port 8080 is not open on your machine. You can check it with this command line tool: netstat -a.
8080
netstat -a
To open a specific port on google cloud platform, see this answer from SO.