You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/data-science-virtual-machine/dsvm-tools-development.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,40 +9,41 @@ ms.service: data-science-vm
9
9
author: jesscioffi
10
10
ms.author: jcioffi
11
11
ms.topic: conceptual
12
-
ms.date: 06/23/2022
12
+
ms.reviewer: franksolomon
13
+
ms.date: 04/17/2024
13
14
---
14
15
15
16
# Development tools on the Azure Data Science Virtual Machine
16
17
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:
18
19
19
20
## Visual Studio Community Edition
20
21
21
22
| Category | Value |
22
23
|--|--|
23
-
| What is it? |General purpose IDE |
24
+
| What is it? |A general purpose IDE |
24
25
| Supported DSVM versions | Windows Server 2019: Visual Studio 2019 |
25
26
| 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)|
27
28
| 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. |
28
29
29
30
> [!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.
31
32
32
-
## Visual Studio Code
33
+
## Visual Studio Code
33
34
34
35
| Category | Value |
35
36
|--|--|
36
-
| What is it? |General purpose IDE |
37
+
| What is it? |A general purpose IDE |
37
38
| Supported DSVM versions | Windows, Linux |
38
39
| 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 |
40
41
41
42
## PyCharm
42
43
43
44
| Category | Value |
44
45
|--|--|
45
-
| What is it? |Client IDE for Python language |
46
+
| What is it? |A client IDE for the Python language |
46
47
| Supported DSVM versions | Windows 2019, Linux |
47
48
| 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