November 2018
Intermediate to advanced
556 pages
14h 42m
English
To develop the model, we can either use an IDE, or we can use the Azure Notebook. In our example, we will use Jupyter Notebook.
To develop our model, follow these steps:
From the command console, start the Jupyter server with the following command:
$ jupyter notebook
Then, we need to create a new notebook by clicking on New | Python 3 from the menu on the right. As we learned before, we need an instance of the Azure Notebook workbench. The following code instantiates an Azure workbench, stores this information in a local file so that it can be ...