Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Lists all indexes available for a search service.
curl \
  /indexes
Lists all indexers available for a search service.
curl \
  /indexers
List all skillsets in a search service.
curl \
  /skillsets
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:search-searchservice
At a glance
Language Jupyter Notebook
Endpoints31
✓ Official