From 93dd50b3231581f9509a4cc17f33ff24faefab2c Mon Sep 17 00:00:00 2001 From: Bit Date: Tue, 4 May 2021 23:00:34 -0700 Subject: [PATCH 1/2] Added Web Trends --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b1d26a..e6c397d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MS Learn Foundations of DataScience -This repository contains some labs to help you get started. These labs are designed to introduce you to some of the core concepts in DataScience, and the DataScience Python Library. For the Learning [Path Foundation of Data Science](https://docs.microsoft.com/learn/paths/foundations-data-science) +This repository contains some labs to help you get started. These labs are designed to introduce you to some of the core concepts in DataScience, and the DataScience Python Library. For the Learning [Path Foundation of Data Science](https://docs.microsoft.com/learn/paths/foundations-data-science?WT.mc_id=academic-0000-leestott) The labs are provided as notebooks that contain explanations of key DataScience principals and code. @@ -10,9 +10,9 @@ The labs are provided as notebooks that contain explanations of key DataScience To complete the labs, you'll need the following: -- A Microsoft Azure subscription. If you don't already have one, you can sign up for a free trial at https://azure.microsoft.com or a Student Subscription at https://aka.ms/azureforstudents. +- A Microsoft Azure subscription. If you don't already have one, you can sign up for a free trial at https://azure.microsoft.com/?WT.mc_id=academic-0000-leestott or a Student Subscription at https://aka.ms/azureforstudents. - A Visual Studio Online environment. This provides a hosted instance of Visual Studio Code, in which you'll be able to run the notebooks for the lab exercises. To set up this environment: - 1. Browse to https://online.visualstudio.com + 1. Browse to https://online.visualstudio.com/?WT.mc_id=academic-0000-leestott 2. Click **Get Started**. 3. Sign in using the Microsoft account associated with your Azure subscription. 4. Click **Create environment**. If you don't already have a Visual Studio Online plan, create one. This is used to track resource utlization by your Visual Studio Online environments. Then create an environment with the following settings: From cc7934de282e51ae7f7dcdaba93b259c0056f408 Mon Sep 17 00:00:00 2001 From: Bit Date: Wed, 5 May 2021 00:02:10 -0700 Subject: [PATCH 2/2] Added Web Trends