Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Returns a list of locations to which you can ship the disks associated with a…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.ImportExport/locations
Returns the list of operations supported by the import/export resource provider.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.ImportExport/operations
Returns the details about a location to which you can ship the disks associat…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.ImportExport/locations/{locationName}
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:storageimportexport
At a glance
Language Jupyter Notebook
Endpoints10
✓ Official