Azure Notebooks

1. Introduction

Jupyter Notebooks running R, Python, F#, online. Create an account, a project and a notebook to load data, generate a ML model, and deploy it as a web service.

Tip: Look at these examples.

2. Installation

  1. Create a new Python notebook.

3. Accessing Data

The methods presented in Azure Notebook include:

Tip: bonus Azure databases.

3.1 Downloading File

Download a file using curl:

Read in the data using pandas:

3.2 Http Requests

3.3 Azure SQL Databases

3.4 Azure Table Storage

3.5 Azure Blobs

4. Running ML Models

5. Deploy Web Service

Last updated

Was this helpful?