Will Datalab automatically provision the already existing computation engine?

40 Views Asked by At

I have already created a computation engine with 16 GB RAM and 8 Core processor. When I start a datalab instance does this run on the already configured computation engine.

1

There are 1 best solutions below

0
On

If you have created the above VM via create command $ gcloud create NAME, then you should be able to see this Datalab instance by running the list command $ datalab list.

If it's in your datalab list, then you should be able to use the connect command $ datalab connect NAME to connect to that instance.