Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Lists all of the Jobs in the specified Account.
curl \
  -H "Authorization: $API_KEY" \
  /jobs
Lists all of the Pools in the specified Account.
curl \
  -H "Authorization: $API_KEY" \
  /pools
Gets the number of Compute Nodes in each state, grouped by Pool.
curl \
  -H "Authorization: $API_KEY" \
  /nodecounts
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:batch-BatchService
At a glance
Language Jupyter Notebook
Endpoints72
✓ Official