Skip to content

Instantly share code, notes, and snippets.

@tommypratama
Last active February 5, 2019 18:24
Show Gist options
  • Save tommypratama/e88595497358a2c744435f3bf6b69c86 to your computer and use it in GitHub Desktop.
Save tommypratama/e88595497358a2c744435f3bf6b69c86 to your computer and use it in GitHub Desktop.
# Setup Datalab
# Default
datalab create mydatalabvm --zone <ZONE>
# Custome
# Check Machine Type > https://cloud.google.com/compute/docs/machine-types
# Check Zones List via Shell > gcloud compute zones list
datalab create mydatalabvm --zone asia-southeast1-c --machine-type n1-standard-16
# Reconnect using the command
datalab connect mydatalabvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment