Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Searches for documents in the index.
curl \
  /docs
Queries the number of documents in the index.
curl \
  /docs/$count
Retrieves a document from the index.
curl \
  /docs('{key}')
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:search-searchindex
At a glance
Language Jupyter Notebook
Endpoints9
✓ Official