Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Download alterations from runtime.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /alterations
Gets endpoint keys for an endpoint
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /endpointkeys
Gets all knowledgebases for a user.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /knowledgebases
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:cognitiveservices-QnAMaker
At a glance
Language Jupyter Notebook
Endpoints15
✓ Official