Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Lists available operations for the Microsoft.Batch provider
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Batch/operations
Gets information about the Batch accounts associated with the subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.Batch/batchAccounts
Gets the Batch service quotas for the specified subscription at the given loc…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/quotas
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:batch-BatchManagement
At a glance
Language Jupyter Notebook
Endpoints35
✓ Official