Skip to content

Commit e2f03bd

Browse files
authored
Merge pull request #202673 from jesscioffi/main
Updating DSVM Rstudio Documentation
2 parents cdba68d + cbde942 commit e2f03bd

File tree

7 files changed

+30
-46
lines changed

7 files changed

+30
-46
lines changed

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

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ keywords: data science tools, data science virtual machine, tools for data scien
66
services: machine-learning
77
ms.service: data-science-vm
88

9-
author: timoklimmer
10-
ms.author: tklimmer
9+
author: jesscioffi
10+
ms.author: jcioffi
1111
ms.topic: conceptual
12-
ms.date: 05/12/2021
12+
ms.date: 06/23/2022
1313
---
1414

1515
# Development tools on the Azure Data Science Virtual Machine
@@ -38,15 +38,6 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
3838
| Typical uses | Code editor and Git integration |
3939
| 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 |
4040

41-
## RStudio Desktop
42-
43-
| Category | Value |
44-
|--|--|
45-
| What is it? | Client IDE for R language |
46-
| Supported DSVM versions | Windows, Linux |
47-
| Typical uses | R development |
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-
5041
## PyCharm
5142

5243
| Category | Value |

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ services: machine-learning
77
ms.service: data-science-vm
88
ms.custom: devx-track-python
99

10-
author: timoklimmer
11-
ms.author: tklimmer
10+
author: jesscioffi
11+
ms.author: jcioffi
1212
ms.topic: conceptual
13-
ms.date: 05/12/2021
13+
ms.date: 06/23/2022
1414

1515

1616
---
@@ -73,18 +73,14 @@ artificial intelligence (AI) applications. Here are some of the notable ones.
7373
7474
Open a command prompt and type `R`.
7575
76-
* Use in an IDE:
77-
78-
To edit R scripts in an IDE, you can use RStudio, which is installed on the DSVM images by default.
79-
8076
* Use in Jupyter Lab
8177
8278
Open a Launcher tab in Jupyter Lab and select the type and kernel of your new document. If you want your document to be
8379
placed in a certain folder, navigate to that folder in the File Browser on the left side first.
8480
8581
* Install R packages:
8682
87-
You can install new R packages either by using the `install.packages()` function or by using RStudio.
83+
You can install new R packages by using the `install.packages()` function.
8884
8985
## Julia
9086

articles/machine-learning/data-science-virtual-machine/linux-dsvm-walkthrough.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ description: Learn how to complete several common data science tasks by using th
55
services: machine-learning
66
ms.service: data-science-vm
77

8-
author: timoklimmer
9-
ms.author: tklimmer
8+
author: jesscioffi
9+
ms.author: jcioffi
1010
ms.topic: conceptual
11-
ms.date: 05/10/2021
11+
ms.date: 06/23/2022
1212

1313
---
1414

@@ -74,8 +74,7 @@ To get copies of the code samples that are used in this walkthrough, use git to
7474
git clone https://github.com/Azure/Azure-MachineLearning-DataScience.git
7575
```
7676

77-
Open a terminal window and start a new R session in the R interactive console. You also can use RStudio, which is preinstalled on the DSVM.
78-
77+
Open a terminal window and start a new R session in the R interactive console.
7978
To import the data and set up the environment:
8079

8180
```R
@@ -532,4 +531,4 @@ select top 10 spam, char_freq_dollar from spam;
532531
GO
533532
```
534533
535-
You can also query by using SQuirreL SQL. Follow steps similar to PostgreSQL by using the SQL Server JDBC driver. The JDBC driver is in the /usr/share/java/jdbcdrivers/sqljdbc42.jar folder.
534+
You can also query by using SQuirreL SQL. Follow steps similar to PostgreSQL by using the SQL Server JDBC driver. The JDBC driver is in the /usr/share/java/jdbcdrivers/sqljdbc42.jar folder.

articles/machine-learning/data-science-virtual-machine/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ keywords: data science tools, data science virtual machine, tools for data scien
66
services: machine-learning
77
ms.service: data-science-vm
88

9-
author: jeff-shepherd
10-
ms.author: jeffshep
9+
author: jesscioffi
10+
ms.author: jcioffi
1111
ms.topic: overview
12-
ms.date: 04/02/2020
12+
ms.date: 06/23/2022
1313

1414
---
1515

@@ -58,7 +58,7 @@ The key differences between these two product offerings are detailed below:
5858
|Built-in<br>Hosted Notebooks | No<br>(requires additional configuration) | Yes |
5959
|Built-in SSO | No <br>(requires additional configuration) | Yes |
6060
|Built-in Collaboration | No | Yes |
61-
|Pre-installed Tools | Jupyter(lab), RStudio Server, VSCode,<br> Visual Studio, PyCharm, Juno,<br>Power BI Desktop, SSMS, <br>Microsoft Office 365, Apache Drill | Jupyter(lab)<br> RStudio Server |
61+
|Pre-installed Tools | Jupyter(lab), VSCode,<br> Visual Studio, PyCharm, Juno,<br>Power BI Desktop, SSMS, <br>Microsoft Office 365, Apache Drill | Jupyter(lab) |
6262

6363
## Sample use cases
6464

articles/machine-learning/data-science-virtual-machine/reference-ubuntu-vm.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: 'Reference: Ubuntu Data Science Virtual Machine'
33
titleSuffix: Azure Data Science Virtual Machine
44
description: Details on tools included in the Ubuntu Data Science Virtual Machine
5-
author: timoklimmer
5+
author: jesscioffi
66
services: machine-learning
77
ms.service: data-science-vm
88
ms.custom: devx-track-python
99

10-
ms.author: tklimmer
11-
ms.date: 05/12/2021
10+
ms.author: jcioffi
11+
ms.date: 06/23/2022
1212
ms.topic: reference
1313

1414

@@ -83,9 +83,9 @@ easier to troubleshoot issues, compared to developing on a Spark cluster.
8383

8484
## IDEs and editors
8585

86-
You have a choice of several code editors, including VS.Code, PyCharm, RStudio, IntelliJ, vi/Vim, Emacs.
86+
You have a choice of several code editors, including VS.Code, PyCharm, IntelliJ, vi/Vim, Emacs.
8787

88-
VS.Code, PyCharm, RStudio, and IntelliJ are graphical editors. To use them, you need to be signed in to a graphical
88+
VS.Code, PyCharm, and IntelliJ are graphical editors. To use them, you need to be signed in to a graphical
8989
desktop. You open them by using desktop and application menu shortcuts.
9090

9191
Vim and Emacs are text-based editors. On Emacs, the ESS add-on package makes working with R easier within the Emacs
@@ -246,4 +246,4 @@ You can exit Rattle and R. Now you can modify the generated R script. Or, use th
246246

247247
## Next steps
248248

249-
Have additional questions? Consider creating a [support ticket](https://azure.microsoft.com/support/create-ticket/).
249+
Have additional questions? Consider creating a [support ticket](https://azure.microsoft.com/support/create-ticket/).

articles/machine-learning/data-science-virtual-machine/tools-included.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ keywords: data science tools, data science virtual machine, tools for data scien
66
services: machine-learning
77
ms.service: data-science-vm
88

9-
author: v-jeevkumar
10-
ms.author: v-jeevkumar
9+
author: jesscioffi
10+
ms.author: jcioffi
1111
ms.topic: reference
12-
ms.date: 05/12/2021
12+
ms.date: 06/23/2022
1313
ms.custom: contperf-fy20q4
1414

1515
---
@@ -100,8 +100,6 @@ The Data Science Virtual Machine comes with the most useful data-science tools p
100100
| [Nano](https://www.nano-editor.org/) | <span class='green-check'>&#9989;</span></br> | <span class='red-x'>&#10060;</span></br> | <span class='red-x'>&#10060;</span></br> | |
101101
| [Visual Studio 2019 Community Edition](https://www.visualstudio.com/community/) | <span class='green-check'>&#9989;</span> | <span class='red-x'>&#10060;</span> | <span class='red-x'>&#10060;</span> | [Visual Studio on the DSVM](dsvm-tools-development.md#visual-studio-community-edition) |
102102
| [Visual Studio Code](https://code.visualstudio.com/) | <span class='green-check'>&#9989;</span></br> | <span class='green-check'>&#9989;</span></br> | <span class='green-check'>&#9989;</span></br> | [Visual Studio Code on the DSVM](./dsvm-tools-development.md#visual-studio-code) |
103-
| [RStudio Desktop](https://www.rstudio.com/products/rstudio/#Desktop) | <span class='green-check'>&#9989;</span></br> | <span class='green-check'>&#9989;</span></br> | <span class='green-check'>&#9989;</span></br> | [RStudio Desktop on the DSVM](./dsvm-tools-development.md#rstudio-desktop) |
104-
| [RStudio Server](https://www.rstudio.com/products/rstudio/#Server) <br/> (disabled by default) | <span class='red-x'>&#10060;</span> | <span class='green-check'>&#9989;</span> | <span class='green-check'>&#9989;</span> | |
105103
| [PyCharm Community Edition](https://www.jetbrains.com/pycharm/) | <span class='green-check'>&#9989;</span></br> | <span class='green-check'>&#9989;</span></br> | <span class='green-check'>&#9989;</span></br> | [PyCharm on the DSVM](./dsvm-tools-development.md#pycharm) |
106104
| [IntelliJ IDEA](https://www.jetbrains.com/idea/) | <span class='red-x'>&#10060;</span> | <span class='green-check'>&#9989;</span> | <span class='green-check'>&#9989;</span> | |
107105
| [Vim](https://www.vim.org) | <span class='red-x'>&#10060;</span> | <span class='green-check'>&#9989;</span></br> | <span class='green-check'>&#9989;</span></br> | |

articles/machine-learning/data-science-virtual-machine/vm-do-ten-things.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ services: machine-learning
66
ms.service: data-science-vm
77
ms.custom: devx-track-python, devx-track-azurepowershell
88

9-
author: Blackmist
10-
ms.author: larryfr
9+
author: jesscioffi
10+
ms.author: jcioffi
1111
ms.topic: conceptual
12-
ms.date: 05/08/2020
12+
ms.date: 06/23/2022
1313

1414
---
1515

1616
# Data science with a Windows Data Science Virtual Machine
1717

1818
The Windows Data Science Virtual Machine (DSVM) is a powerful data science development environment where you can perform data exploration and modeling tasks. The environment comes already built and bundled with several popular data analytics tools that make it easy to get started with your analysis for on-premises, cloud, or hybrid deployments.
1919

20-
The DSVM works closely with Azure services. It can read and process data that's already stored on Azure, in Azure Synapse (formerly SQL DW),Azure Data Lake, Azure Storage, or Azure Cosmos DB. It can also take advantage of other analytics tools, such as Azure Machine Learning.
20+
The DSVM works closely with Azure services. It can read and process data that's already stored on Azure, in Azure Synapse (formerly SQL DW), Azure Data Lake, Azure Storage, or Azure Cosmos DB. It can also take advantage of other analytics tools, such as Azure Machine Learning.
2121

2222
In this article, you'll learn how to use your DSVM to perform data science tasks and interact with other Azure services. Here are some of the things you can do on the DSVM:
2323

@@ -73,7 +73,7 @@ When you're in the notebook, you can explore your data, build the model, and tes
7373
7474
You can use languages like R and Python to do your data analytics right on the DSVM.
7575

76-
For R, you can use an IDE like RStudio that can be found on the start menu or on the desktop. Or you can use R Tools for Visual Studio. Microsoft has provided additional libraries on top of the open-source CRAN R to enable scalable analytics and the ability to analyze data larger than the memory size allowed in parallel chunked analysis.
76+
For R, you can use R Tools for Visual Studio. Microsoft has provided additional libraries on top of the open-source CRAN R to enable scalable analytics and the ability to analyze data larger than the memory size allowed in parallel chunked analysis.
7777

7878
For Python, you can use an IDE like Visual Studio Community Edition, which has the Python Tools for Visual Studio (PTVS) extension pre-installed. By default, only Python 3.6, the root Conda environment, is configured on PTVS. To enable Anaconda Python 2.7, take the following steps:
7979

0 commit comments

Comments
 (0)