Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Gets all resource providers for the tenant.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers
Gets a resource by ID.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{resourceId}
Gets the specified resource provider at the tenant level.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/{resourceProviderNamespace}
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:resources
At a glance
Language Jupyter Notebook
Endpoints78
✓ Official