Skip to content

Commit e5c7d10

Browse files
authored
Merge pull request #86671 from v-rihow/dsvm-tools-development
edit pass: dsvm-tools-development
2 parents 77f4d97 + a2f14f8 commit e5c7d10

File tree

1 file changed

+37
-36
lines changed

1 file changed

+37
-36
lines changed
Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
keywords: data science tools, data science virtual machine, tools for data science, linux data science
55
services: machine-learning
66
documentationcenter: ''
@@ -22,78 +22,79 @@ ms.author: vijetaj
2222

2323
# Development tools on the Data Science Virtual Machine
2424

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.
2626

2727
## Visual Studio 2019
2828

2929
| | |
3030
| ------------- | ------------- |
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 |
3737

3838
## Visual Studio Code
3939

4040
| | |
4141
| ------------- | ------------- |
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 |
4747

4848
## RStudio Desktop
4949

5050
| | |
5151
| ------------- | ------------- |
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 |
5757

5858
## RStudio Server
5959

6060
| | |
6161
| ------------- | ------------- |
62+
| What is it? | Client IDE for R language |
6263
| 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 |
6768

6869
## Juno
6970

7071
| | |
7172
| ------------- | ------------- |
7273
| 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 |
7778

7879
## Pycharm
7980

8081
| | |
8182
| ------------- | ------------- |
8283
| 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 |
8788

8889

8990

90-
## PowerBI Desktop
91+
## Power BI Desktop
9192

9293
| | |
9394
| ------------- | ------------- |
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 |
99100

0 commit comments

Comments
 (0)