Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Lists all of the available Event Hub REST API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.EventHub/operations
Lists all the available Namespaces within a subscription, irrespective of the…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.EventHub/namespaces
List the quantity of available pre-provisioned Event Hubs Clusters, indexed b…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.EventHub/availableClusterRegions
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:eventhub-EventHub-preview
At a glance
Language Jupyter Notebook
Endpoints26
✓ Official