I created and successfully used a datalab instance. Afterwards, I stopped the instance.
Now, I'm trying to reconnect to the same datalab instance (using 'datalab connect {instance_name}') but this is resulting in the cloud shell hanging on the "Waiting for Datalab to be reachable at http://localhost:8081/" line forever.
I have successfully ssh'ed into the instance with both the "Connect - SSH" button in the console as well as the cloud shell command "gcloud compute ssh --zone=australia-southeast1-a datalab@{instance_name}". So the vm appears to be working as normal.
What is the issue here preventing the datalab command from executing properly?
Thanks,