Update README.md

This commit is contained in:
Shané Winner
2019-10-01 09:52:10 -07:00
committed by GitHub
parent 392a059000
commit 573030b990

View File

@@ -12,6 +12,9 @@ pip install azureml-sdk
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?
Use this [index](https://github.com/Azure/MachineLearningNotebooks/blob/master/index.md) to assist in navigating the Azure Machine Learning notebook samples and encourage efficient retrieval of topics and content.
If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, 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.
If you want to...