Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Create an Experiment.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /hyperdrive/v1.0/{armScope}/runs
Cancel an Experiment.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /hyperdrive/v1.0/{armScope}/runs/{runId}/cancel
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:machinelearningservices-hyperdrive
At a glance
Language Jupyter Notebook
Endpoints2
✓ Official