Skip to content

Commit 891c9e0

Browse files
author
Kraig Brockschmidt
committed
Tweaks
1 parent 1a6ce01 commit 891c9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rtvs/data-science-workload.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ By default, the workload installs the following options, which you can modify in
5555

5656
SQL Server supports using both R and Python to do advanced analytics directly inside SQL Server. R support is included with SQL Server 2016 and later; Python support is available in SQL Server 2017 CTP 2.0 and later.
5757

58-
By running your code to where your data already lives, you enjoy a number of advantages:
58+
By running your code where your data already lives, you enjoy a number of advantages:
5959

6060
- **Elimination of data movement**: Instead of moving data from the database to your application or model, you can build R and Python applications in the database. This capability eliminates barriers of security, compliance, governance, integrity, and a host of similar issues related to moving vast amounts of data around. It also enables you to consume datasets that couldn't fit into the memory of a client machine.
6161

@@ -84,7 +84,7 @@ In addition to what's in the Data Science and Analytics Applications workload di
8484

8585
The Azure SDK for Python makes it easy to consume and manage Microsoft Azure services from applications running on Windows, Mac OSX, and Linux. For more information, see [Azure SDK for Python](../python/azure-sdk-for-python.md)
8686

87-
Azure Notebooks (currently in preview) provides free online access to Jupyter notebooks running in the cloud on Microsoft Azure. The service includes sample notebooks in Python, R, and F# to get you started. To get started, visit[notebooks.azure.com](https://notebooks.azure.com/).
87+
Azure Notebooks (currently in preview) provides free online access to Jupyter notebooks running in the cloud on Microsoft Azure. The service includes sample notebooks in Python, R, and F# to get you started. Visit[notebooks.azure.com](https://notebooks.azure.com/).
8888

8989
<!--Note link on the image because this one is large -->
9090
[![Screenshots of Azure Notebooks with the Introduction to R sample](media/data-science-workload-notebooks.png)](media/data-science-workload-notebooks.png)

0 commit comments

Comments
 (0)