Skip to content

Instantly share code, notes, and snippets.

@ylashin
Created October 20, 2018 23:37
Show Gist options
  • Save ylashin/0da33c4782fca269736bef147804c89c to your computer and use it in GitHub Desktop.
Save ylashin/0da33c4782fca269736bef147804c89c to your computer and use it in GitHub Desktop.
from azureml.core import Workspace
ws = Workspace(subscription_id="YOUR SUBSCRIPTION ID", resource_group="YOLO", workspace_name="YOLO")
print(ws.name, ws.resource_group, ws.location, sep = '\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment