From 94cd37e9fb166e070c0454910c5166ead7dcb120 Mon Sep 17 00:00:00 2001 From: Hai Ning Date: Thu, 18 Oct 2018 14:49:28 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 710c3e02..10675f5b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ To run the notebooks in this repository use one of these methods: ## **Use your own notebook server** +Video walkthrough: + +[![get started video](images/yt_cover.png)](https://youtu.be/VIsXeTuW3FU) + 1. Setup a Jupyter Notebook server and [install the Azure Machine Learning SDK](https://docs.microsoft.com/en-us/azure/machine-learning/service/quickstart-create-workspace-with-python). 1. Clone [this repository](https://aka.ms/aml-notebooks). 1. You may need to install other packages for specific notebook. @@ -29,7 +33,7 @@ To run the notebooks in this repository use one of these methods: 1. Follow the instructions in the [00.configuration](00.configuration.ipynb) notebook to create and connect to a workspace. 1. Open one of the sample notebooks. -[![get started video](images/yt_cover.png)](https://www.microsoft.com/en-us/videoplayer/embed/RE2G9N6) + > Note: **Looking for automated machine learning samples?** > For your convenience, you can use an installation script instead of the steps below for the automated ML notebooks. Go to the [automl folder README](automl/README.md) and follow the instructions. The script installs all packages needed for notebooks in that folder.