Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Get details of an Experiment.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experimentids/{experimentId}
Get details of an Experiment.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}
Get Run details.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/runs/{runId}
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:machinelearningservices-runHistory
At a glance
Language Jupyter Notebook
Endpoints26
✓ Official