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
title: Data Science Virtual Machine development tools - Azure | Microsoft Docs
3
-
description: Learn about the tools and integrated development environments that are pre-installed on the Data Science Virtual Machine.
3
+
description: Learn about the tools and integrated development environments that are preinstalled on the Data Science Virtual Machine.
4
4
keywords: data science tools, data science virtual machine, tools for data science, linux data science
5
5
services: machine-learning
6
6
documentationcenter: ''
@@ -22,78 +22,79 @@ ms.author: vijetaj
22
22
23
23
# Development tools on the Data Science Virtual Machine
24
24
25
-
The Data Science Virtual Machine (DSVM) provides a productive environment for your development by bundling several popular tools and IDE. Here are some tools that are provided on the DSVM.
25
+
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.
26
26
27
27
## Visual Studio 2019
28
28
29
29
|||
30
30
| ------------- | ------------- |
31
-
| What is it? | General Purpose IDE |
32
-
| Supported DSVM Versions| Windows |
33
-
| Typical Uses| Software Development|
34
-
| How is it configured / 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)|
35
-
| How to use / run it?| Desktop Shortcut (`C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe`) |
36
-
| Related Tools on the DSVM | Visual Studio Code, RStudio, Juno |
31
+
| What is it? | General purpose IDE |
32
+
| Supported DSVM versions| Windows |
33
+
| Typical uses| Software development|
34
+
| 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)|
35
+
| How to use and run it | Desktop shortcut (`C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe`) |
36
+
| Related tools on the DSVM | Visual Studio Code, RStudio, Juno |
37
37
38
38
## Visual Studio Code
39
39
40
40
|||
41
41
| ------------- | ------------- |
42
-
| What is it? | General Purpose IDE |
43
-
| Supported DSVM Versions| Windows, Linux |
44
-
| Typical Uses| Code editor and Git integration |
45
-
| How to use / run it?| Desktop Shortcut (`C:\Program Files (x86)\Microsoft VS Code\Code.exe`) in Windows, desktop shortcut or terminal (`code`) in Linux |
46
-
| Related Tools on the DSVM | Visual Studio 2019, RStudio, Juno |
42
+
| What is it? | General purpose IDE |
43
+
| Supported DSVM versions| Windows, Linux |
44
+
| Typical uses| Code editor and Git integration |
45
+
| 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 |
46
+
| Related tools on the DSVM | Visual Studio 2019, RStudio, Juno |
47
47
48
48
## RStudio Desktop
49
49
50
50
|||
51
51
| ------------- | ------------- |
52
-
| What is it? | Client IDE for R |
53
-
| Supported DSVM Versions| Windows, Linux |
54
-
| Typical Uses| R development |
55
-
| How to use / run it?| Desktop Shortcut (`C:\Program Files\RStudio\bin\rstudio.exe`) on Windows, Desktop Shortcut (`/usr/bin/rstudio`) on Linux |
56
-
| Related Tools on the DSVM | Visual Studio 2019, Visual Studio Code, Juno |
52
+
| What is it? | Client IDE for R language|
53
+
| Supported DSVM versions| Windows, Linux |
54
+
| Typical uses| R development |
55
+
| How to use and run it | Desktop shortcut (`C:\Program Files\RStudio\bin\rstudio.exe`) on Windows, desktop shortcut (`/usr/bin/rstudio`) on Linux |
56
+
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, Juno |
57
57
58
58
## RStudio Server
59
59
60
60
|||
61
61
| ------------- | ------------- |
62
+
| What is it? | Client IDE for R language |
62
63
| What is it? | Web-based IDE for R |
63
-
| Supported DSVM Versions| Linux |
64
-
| Typical Uses| R development |
65
-
| How to use / run it?| Enable the service with _systemctl enable rstudio-server_, then start the service with _systemctl start rstudio-server_. You can then sign in to RStudio Server at http:\//your-vm-ip:8787. |
66
-
| Related Tools on the DSVM | Visual Studio 2019, Visual Studio Code, RStudio Desktop |
64
+
| Supported DSVM versions| Linux |
65
+
| Typical uses| R development |
66
+
| How to use and run it | Enable the service with _systemctl enable rstudio-server_, and then start the service with _systemctl start rstudio-server_. Then sign in to RStudio Server at http:\//your-vm-ip:8787. |
67
+
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, RStudio Desktop |
67
68
68
69
## Juno
69
70
70
71
|||
71
72
| ------------- | ------------- |
72
73
| What is it? | Client IDE for Julia language |
73
-
| Supported DSVM Versions| Windows, Linux |
74
-
| Typical Uses| Julia development |
75
-
| How to use / run it?| Desktop Shortcut (`C:\JuliaPro-0.5.1.1\Juno.bat`) on Windows, Desktop Shortcut (`/opt/JuliaPro-VERSION/Juno`) on Linux |
76
-
| Related Tools on the DSVM | Visual Studio 2019, Visual Studio Code, RStudio |
74
+
| Supported DSVM versions| Windows, Linux |
75
+
| Typical uses| Julia development |
76
+
| How to use and run it | Desktop shortcut (`C:\JuliaPro-0.5.1.1\Juno.bat`) on Windows, desktop shortcut (`/opt/JuliaPro-VERSION/Juno`) on Linux |
77
+
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, RStudio |
77
78
78
79
## Pycharm
79
80
80
81
|||
81
82
| ------------- | ------------- |
82
83
| What is it? | Client IDE for Python language |
83
-
| Supported DSVM Versions| Linux |
84
-
| Typical Uses| Python development |
85
-
| How to use / run it?| Desktop Shortcut (`/usr/bin/pycharm`) on Linux |
86
-
| Related Tools on the DSVM | Visual Studio 2019, Visual Studio Code, RStudio |
84
+
| Supported DSVM versions| Linux |
85
+
| Typical uses| Python development |
86
+
| How to use and run it | Desktop shortcut (`/usr/bin/pycharm`) on Linux |
87
+
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, RStudio |
87
88
88
89
89
90
90
-
## PowerBI Desktop
91
+
## Power BI Desktop
91
92
92
93
|||
93
94
| ------------- | ------------- |
94
-
| What is it? | Interactive Data Visualization and BI Tool|
95
-
| Supported DSVM Versions| Windows |
96
-
| Typical Uses| Data Visualization and building Dashboards|
97
-
| How to use / run it?| Desktop Shortcut (`C:\Program Files\Microsoft Power BI Desktop\bin\PBIDesktop.exe`) |
98
-
| Related Tools on the DSVM | Visual Studio 2019, Visual Studio Code, Juno |
95
+
| What is it? | Interactive data visualization and BI tool|
96
+
| Supported DSVM versions| Windows |
97
+
| Typical uses| Data visualization and building dashboards|
98
+
| How to use and run it | Desktop shortcut (`C:\Program Files\Microsoft Power BI Desktop\bin\PBIDesktop.exe`) |
99
+
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, Juno |
0 commit comments