release 1.0.15

This commit is contained in:
Roope Astala
2019-02-11 15:12:30 -05:00
parent 5fd14bac30
commit cca3996eb4
34 changed files with 2479 additions and 340 deletions

View File

@@ -11,7 +11,7 @@ and maintaining the complete data science workflow from the cloud.
```sh
pip install azureml-sdk
```
Read more detailed instructions on [how to set up your environment](./NBSETUP.md).
Read more detailed instructions on [how to set up your environment](./NBSETUP.md) using Azure Notebook service, your own Jupyter notebook server, or Docker.
## How to navigate and use the example notebooks?
You should always run the [Configuration](./configuration.ipynb) notebook first when setting up a notebook library on a new machine or in a new environment. It configures your notebook library to connect to an Azure Machine Learning workspace, and sets up your workspace and compute to be used by many of the other examples.