How to open "http://localhost:8081/" in google cloud?

1.4k views Asked by At

I started a new project in google could datalab. I closed the project, but now I want to re-open the project "http://localhost:8081/" and run my code. However, I don't know what I had done when I created the project. Procedures were so complicated and I don't know what steps I did until I created a project and run my python code. I would be thankful if someone can explain how it is possible to open the project in google cloud datalab.

1

There are 1 answers

0
jccampanero On

When you created the Datalab instance, a new persistent disk was created as well to support it.

If you did not remove it, you can initialize a new instance with that persistent disk:

datalab create datalab-instance-name --disk-name datalab-persistent-disk

Please, see the relevant documentation.

You can look for the disk name in the Disks section of the Compute Engine console.