Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
List blueprint definitions.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Blueprint/blueprints
Get a blueprint definition.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
List published versions of given blueprint definition.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:blueprint-blueprintDefinition
At a glance
Language Jupyter Notebook
Endpoints14
✓ Official