Follow the instructions to install Google Cloud SDK here: https://cloud.google.com/sdk/docs/install#macOpen Jupyter Lab on Google Cloud VM
Data engineering
How to open a Jupyter Lab or Juyter Notebook on a Google Cloud Machine
Step 1. Install Google Cloud
Step 2. Sign in into Google Cloud from the CLI and set a default project
gcloud initStep 3. Provision a VM from the Google Cloud Console
https://console.cloud.google.com/home/dashboardStep 4. Enter this command to connect to VM from the terminal
gcloud compute ssh {instance-name} --ssh-flag="-L 8888:localhost:8888"Step 5. Launch Jupyter Lab from the instance
jupyter lab --port=8888