Skip to content

Commit ca5986f

Browse files
committed
Merge branch 'getroyer/DSVMFileSystem' of https://github.com/getroyer/azure-docs-pr into getroyer/DSVMFileSystem
2 parents ed75f74 + 9011609 commit ca5986f

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,18 @@ ms.workload: data-services
1515
ms.tgt_pltfrm: na
1616
ms.devlang: na
1717
ms.topic: conceptual
18-
ms.date: 03/16/2018
18+
ms.date: 02/22/2019
1919
ms.author: gokuma
2020

2121
---
2222
# Get to know your Data Science Virtual Machine
2323

2424
The Data Science Virtual Machine (DSVM) includes an extensive list of popular data science, machine learning/AI tools, and data platforms. The tool configurations are rigorously tested by data scientists and developers at Microsoft and by the broader data science community to ensure stability and general viability.
2525

26-
The DSVM also includes multiple code samples and walkthroughs in the form of Jupyter Notebooks that can be executed locally. There is also documentation for these samples to aid comprehension.
26+
The DSVM also includes multiple code samples and walkthroughs in the form of Jupyter Notebooks that can be executed locally.There is also documentation for these samples to aid comprehension.
27+
28+
> [!NOTE]
29+
> You can use [Azure Notebooks](/azure/notebooks/azure-notebooks-overview.md) to create, run, and share Jupyter notebooks in the cloud. You can [attach a Data Science VM to Azure Notebooks](/azure/notebooks/configure-manage-azure-notebooks-projects.md#compute-tier) to expand the available compute power.
2730
2831
The tools, platforms, utilities, and samples that are included in the Data Science VM are organized into the following sections:
2932

articles/machine-learning/data-science-virtual-machine/dsvm-ubuntu-intro.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ You can access the Ubuntu DSVM using three methods:
115115
1. X2Go for graphical sessions
116116
1. JupyterHub and JupyterLab for Jupyter notebooks
117117

118+
You can also attach a Data Science VM to Azure Notebooks to run Jupyter notebooks on the VM and bypass the limitations of the free service tier. For more information, see [Manage and configure Notebooks projects - Compute tier](/azure/notebooks/configure-manage-azure-notebooks-projects.md#compute-tier).
119+
118120
### SSH
119121

120122
After the VM is created, you can sign in to it by using SSH. Use the account credentials that you created in the **Basics** section of step 3 for the text shell interface. On Windows, you can download an SSH client tool like [Putty](https://www.putty.org). If you prefer a graphical desktop (X Windows System), you can use X11 forwarding on Putty or install the X2Go client.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: data-services
1414
ms.tgt_pltfrm: na
1515
ms.devlang: na
1616
ms.topic: overview
17-
ms.date: 10/27/2017
17+
ms.date: 02/22/2019
1818
ms.author: gokuma
1919

2020
---
@@ -43,6 +43,10 @@ Enterprise trainers and educators that teach data science classes usually provid
4343
### On-demand elastic capacity for large-scale projects
4444
Data science hackathons/competitions or large-scale data modeling and exploration require scaled out hardware capacity, typically for short duration. The Data Science VM can help replicate the data science environment quickly on demand, on scaled out servers that allow experiments requiring high-powered computing resources to be run.
4545

46+
### Custom compute power for Azure Notebooks
47+
48+
[Azure Notebooks](/azure/notebooks/azure-notebooks-overview.md) is a free hosted service to develop, run, and share Jupyter notebooks in the cloud with no installation. The free service tier, however, is limited to 4GB of memory and 1GB of data. To release all limits, you can then attach a Notebooks project to a Data Science VM or any other VM running Jupyter server. If you sign into Azure Notebooks with an account using Azure Active Directory (such as a corporate account), Notebooks automatically shows Data Science VMs in any subscriptions associated with that account. For more information, see [Manage and configure projects - Compute tier](/azure/notebooks/configure-manage-azure-notebooks-projects.md#compute-tier).
49+
4650
### Short-term experimentation and evaluation
4751
The Data Science VM can be used to evaluate or learn tools such as Microsoft ML Server, SQL Server, Visual Studio tools, Jupyter, deep learning / ML toolkits, and new tools popular in the community with minimal setup effort. Since the Data Science VM can be set up quickly, it can be applied in other short-term usage scenarios like replicating published experiments, executing demos, following walkthroughs in online sessions and conference tutorials.
4852

articles/machine-learning/data-science-virtual-machine/provision-vm.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.subservice: data-science-vm
1414
ms.workload: data-services
1515
ms.devlang: na
1616
ms.topic: article
17-
ms.date: 12/04/2018
17+
ms.date: 02/22/2019
1818
ms.author: gokuma
1919

2020
---
@@ -103,6 +103,8 @@ To create a DSVM instance:
103103

104104
After the VM is created and provisioned, you can remote desktop into it by using the admin account credentials that you configured in the preceding **Basics** section. You're ready to start using the tools that are installed and configured on the VM. Many of the tools can be accessed through start menu tiles and desktop icons.
105105

106+
You can also attach a Data Science VM to Azure Notebooks to run Jupyter notebooks on the VM and bypass the limitations of the free service tier. For more information, see [Manage and configure Notebooks projects - Compute tier](/azure/notebooks/configure-manage-azure-notebooks-projects.md#compute-tier).
107+
106108
## Tools installed on the Microsoft Data Science Virtual Machine
107109

108110
Learn more about the tools that come installed on the DSVM:

articles/notebooks/media/shutdown.png

121 Bytes
Loading

0 commit comments

Comments
 (0)