Skip to content

Commit f007729

Browse files
authored
Merge pull request #272518 from fbsolo-ms1/update-data-science-virtual-machine-files
Freshness update for dsvm-tools-development.md . . .
2 parents 7f7d9df + 9121ade commit f007729

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

articles/machine-learning/data-science-virtual-machine/dsvm-tools-deep-learning-frameworks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.custom:
1010
author: michalmar
1111
ms.author: mimarusa
1212
ms.topic: conceptual
13+
ms.reviewer: franksolomon
1314
ms.date: 04/17/2024
1415
---
1516

articles/machine-learning/data-science-virtual-machine/dsvm-tools-development.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,41 @@ ms.service: data-science-vm
99
author: jesscioffi
1010
ms.author: jcioffi
1111
ms.topic: conceptual
12-
ms.date: 06/23/2022
12+
ms.reviewer: franksolomon
13+
ms.date: 04/17/2024
1314
---
1415

1516
# Development tools on the Azure Data Science Virtual Machine
1617

17-
The Data Science Virtual Machine (DSVM) bundles several popular tools in a highly productive integrated development environment (IDE). Here are some tools that are provided on the DSVM.
18+
The Data Science Virtual Machine (DSVM) bundles several popular tools in one integrated development environment (IDE). The DSVM offers these tools:
1819

1920
## Visual Studio Community Edition
2021

2122
| Category | Value |
2223
|--|--|
23-
| What is it? | General purpose IDE |
24+
| What is it? | A general purpose IDE |
2425
| Supported DSVM versions | Windows Server 2019: Visual Studio 2019 |
2526
| Typical uses | Software development |
26-
| How is it configured and installed on the DSVM? | Data Science Workload (Python and R tools), Azure workload (Hadoop, Data Lake), Node.js, SQL Server tools, [Azure Machine Learning for Visual Studio Code](https://github.com/Microsoft/vs-tools-for-ai) |
27+
| How is it configured and installed on the DSVM? | Data Science Workload (Python and R tools)<br>Azure workload (Hadoop, Data Lake)<br>Node.js<br>SQL Server tools<br>[Azure Machine Learning for Visual Studio Code](https://github.com/Microsoft/vs-tools-for-ai) |
2728
| How to use and run it | Desktop shortcut (`C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe`). Graphically, open Visual Studio by using the desktop icon or the **Start** menu. Search for programs (Windows logo key+S), followed by **Visual Studio**. From there, you can create projects in languages like C#, Python, R, and Node.js. |
2829

2930
> [!NOTE]
30-
> You might get a message that your evaluation period is expired. Enter your Microsoft account credentials. Or create a new free account to get access to Visual Studio Community.
31+
> You might get a message that your evaluation period is expired. Enter your Microsoft account credentials, or create a new free account to get access to Visual Studio Community.
3132
32-
## Visual Studio Code
33+
## Visual Studio Code
3334

3435
| Category | Value |
3536
|--|--|
36-
| What is it? | General purpose IDE |
37+
| What is it? | A general purpose IDE |
3738
| Supported DSVM versions | Windows, Linux |
3839
| Typical uses | Code editor and Git integration |
39-
| How to use and run it | Desktop shortcut (`C:\Program Files (x86)\Microsoft VS Code\Code.exe`) in Windows, desktop shortcut or terminal (`code`) in Linux |
40+
| How to use and run it | Desktop shortcut (`C:\Program Files (x86)\Microsoft VS Code\Code.exe`) in Windows, a desktop shortcut, or a terminal (`code`) in Linux |
4041

4142
## PyCharm
4243

4344
| Category | Value |
4445
|--|--|
45-
| What is it? | Client IDE for Python language |
46+
| What is it? | A client IDE for the Python language |
4647
| Supported DSVM versions | Windows 2019, Linux |
4748
| Typical uses | Python development |
48-
| How to use and run it | Desktop shortcut (`C:\Program Files\tk`) on Windows. Desktop shortcut (`/usr/bin/pycharm`) on Linux |
49+
| How to use and run it | Desktop shortcut (`C:\Program Files\tk`) on Windows, or a desktop shortcut (`/usr/bin/pycharm`) on Linux |

0 commit comments

Comments
 (0)