Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Lists all of the user applications.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /apps/
Gets the available application domains.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /apps/domains
Gets the application info.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /apps/{appId}
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:cognitiveservices-LUIS-Programmatic
At a glance
Language Jupyter Notebook
Endpoints97
✓ Official