Jupyter -- Connection refused

I created the instance on Google Cloud Platform and try to connect to Jupyter by :
gcloud compute ssh --zone=us-west1-b jupyter@my-fastai-instance – -L 8080:localhost:8080

When trying to connect to http://localhost:8080/tree in Chrome browser, the “connection refused”.

How to tackle this?