Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Lists all of the available Data Lake Analytics REST API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.DataLakeAnalytics/operations
Gets the first page of Data Lake Analytics accounts, if any, within the curre…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts
Gets subscription-level properties and limits for Data Lake Analytics specifi…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:datalake-analytics-account
At a glance
Language Jupyter Notebook
Endpoints31
✓ Official