From 9891080b70cadd8c02f21a8f968e41889f994953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shan=C3=A9=20Winner?= <43390034+swinner95@users.noreply.github.com> Date: Tue, 1 Oct 2019 16:06:35 -0700 Subject: [PATCH] Update configuration.ipynb --- configuration.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.ipynb b/configuration.ipynb index a8f498d3..19f821af 100644 --- a/configuration.ipynb +++ b/configuration.ipynb @@ -230,8 +230,8 @@ "from azureml.core import Workspace\n", "\n", "# Create the workspace using the specified parameters\n", - "# By default, the workspace created is of "Basic" type, to create an "Enterprise" workspace, please specify sku = enterprise. - "#To learn more about the Enterprise SKU please visit www... + "# By default, the workspace created is of Basic type, to create an Enterprise workspace, please specify sku = enterprise.\n" + "#To learn more about the Enterprise SKU please visit www...\n" "ws = Workspace.create(name = workspace_name,\n", " subscription_id = subscription_id,\n",