diff --git a/README.md b/README.md index b9e9241b..4707ee16 100644 --- a/README.md +++ b/README.md @@ -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...