Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Get the list of subscriptions.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions
Gets details about particular subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:azsadmin-Subscriptions
At a glance
Language Jupyter Notebook
Endpoints4
✓ Official