diff --git a/01 - Get Started with Notebooks.ipynb b/01 - Get Started with Notebooks.ipynb index 4ef2ba7a..29b13651 100644 --- a/01 - Get Started with Notebooks.ipynb +++ b/01 - Get Started with Notebooks.ipynb @@ -36,7 +36,7 @@ "\n", "All experiments and associated resources are managed within your Azure Machine Learning workspace. You can connect to an existing workspace, or create a new one using the Azure Machine Learning SDK.\n", "\n", - "In most cases, you should store workspace connection information in a JSON configuration file. This makes it easier to connect without needing to remember details like your Azure subscription ID. You can download the JSON configuration file from the blade for your workspace in the Azure portal or from the workspace details pane in Azure Machine Learning studio, but if you're using a compute instance within your wokspace, the configuration file has already been downloaded to the root folder.\n", + "In most cases, you should store workspace connection information in a JSON configuration file. This makes it easier to connect without needing to remember details like your Azure subscription ID. You can download the JSON configuration file from the blade for your workspace in the Azure portal or from the workspace details pane in Azure Machine Learning studio, but if you're using a compute instance within your workspace, the configuration file has already been downloaded to the root folder.\n", "\n", "The code below uses the configuration file to connect to your workspace.\n", "\n",