Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Lists all of the available Microsoft.Subscription API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Subscription/operations
List an Azure subscription definition by subscriptionId.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Subscription/subscriptionDefinitions
Retrieves the status of the subscription definition PUT operation. The URI of…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Subscription/subscriptionOperations/{operationId}
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:subscription-subscriptionDefinitions
At a glance
Language Jupyter Notebook
Endpoints5
✓ Official