Update README.md

This commit is contained in:
Shané Winner
2019-05-03 22:54:31 -07:00
committed by GitHub
parent 513e36d9b2
commit 3c6c090732

View File

@@ -11,7 +11,7 @@ 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?
If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, go through the Configuration](./configuration.ipynb) notebook first if you haven't already to establish your connection to the AzureML Workspace.
If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, go through the [Configuration](./configuration.ipynb) notebook first if you haven't already to establish your connection to the AzureML Workspace.
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...