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-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,25 +7,25 @@ services: machine-learning
7
7
ms.service: machine-learning
8
8
ms.subservice: data-science-vm
9
9
10
-
author: vijetajo
11
-
ms.author: vijetaj
10
+
author: gvashishtha
11
+
ms.author: gopalv
12
12
ms.topic: conceptual
13
-
ms.date: 09/11/2017
13
+
ms.date: 10/3/2019
14
14
---
15
15
16
16
# Development tools on the Azure Data Science Virtual Machine
17
17
18
18
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.
19
19
20
-
## Visual Studio 2019
20
+
## Visual Studio 2017
21
21
22
22
|||
23
23
| ------------- | ------------- |
24
24
| What is it? | General purpose IDE |
25
25
| Supported DSVM versions | Windows |
26
26
| Typical uses | Software development |
27
27
| 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)|
28
-
| How to use and run it | Desktop shortcut (`C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe`) |
28
+
| How to use and run it | Desktop shortcut (`C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe`) |
29
29
| Related tools on the DSVM | Visual Studio Code, RStudio, Juno |
30
30
31
31
## Visual Studio Code
@@ -36,7 +36,7 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
36
36
| Supported DSVM versions | Windows, Linux |
37
37
| Typical uses | Code editor and Git integration |
38
38
| 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 |
39
-
| Related tools on the DSVM | Visual Studio 2019, RStudio, Juno |
39
+
| Related tools on the DSVM | Visual Studio 2017, RStudio, Juno |
40
40
41
41
## RStudio Desktop
42
42
@@ -46,7 +46,7 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
46
46
| Supported DSVM versions | Windows, Linux |
47
47
| Typical uses | R development |
48
48
| How to use and run it | Desktop shortcut (`C:\Program Files\RStudio\bin\rstudio.exe`) on Windows, desktop shortcut (`/usr/bin/rstudio`) on Linux |
49
-
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, Juno |
49
+
| Related tools on the DSVM | Visual Studio 2017, Visual Studio Code, Juno |
50
50
51
51
## RStudio Server
52
52
@@ -57,7 +57,7 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
57
57
| Supported DSVM versions | Linux |
58
58
| Typical uses | R development |
59
59
| 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. |
60
-
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, RStudio Desktop |
60
+
| Related tools on the DSVM | Visual Studio 2017, Visual Studio Code, RStudio Desktop |
61
61
62
62
## Juno
63
63
@@ -67,7 +67,7 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
67
67
| Supported DSVM versions | Windows, Linux |
68
68
| Typical uses | Julia development |
69
69
| 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 |
70
-
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, RStudio |
70
+
| Related tools on the DSVM | Visual Studio 2017, Visual Studio Code, RStudio |
71
71
72
72
## Pycharm
73
73
@@ -77,7 +77,7 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
77
77
| Supported DSVM versions | Linux |
78
78
| Typical uses | Python development |
79
79
| How to use and run it | Desktop shortcut (`/usr/bin/pycharm`) on Linux |
80
-
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, RStudio |
80
+
| Related tools on the DSVM | Visual Studio 2017, Visual Studio Code, RStudio |
81
81
82
82
83
83
@@ -89,5 +89,5 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
89
89
| Supported DSVM versions | Windows |
90
90
| Typical uses | Data visualization and building dashboards |
91
91
| How to use and run it | Desktop shortcut (`C:\Program Files\Microsoft Power BI Desktop\bin\PBIDesktop.exe`) |
92
-
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, Juno |
92
+
| Related tools on the DSVM | Visual Studio 2017, Visual Studio Code, Juno |
0 commit comments