Skip to content

Commit 6da0725

Browse files
authored
Merge pull request #107188 from xiaoharper/harper-download-notebook
Download Studio (classic) notebook
2 parents ca891ea + b1dcec5 commit 6da0725

File tree

5 files changed

+34
-0
lines changed

5 files changed

+34
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: How to download notebooks(preview) data
3+
titleSuffix: ML Studio (classic) - Azure
4+
description: How to download notebooks(preview) data in ML Studio(classic).
5+
ms.service: machine-learning
6+
ms.subservice: studio
7+
ms.topic: how-to
8+
9+
author: xiaoharper
10+
ms.author: amlstudiodocs
11+
ms.date: 03/04/2020
12+
---
13+
14+
# Download notebooks(preview) data
15+
16+
The Notebooks(preview) feature will be removed on *April 13 2020*. After that date, the notebooks(preview) tab will disappear and the notebooks data cannot be restored. Download your notebooks data before April 13 2020.
17+
18+
This article provides a step-by-step guidance on how to download Notebooks(preview) data.
19+
20+
1. Go to the **Notebooks** tab in Azure Machine Learning Studio (classic).
21+
![Navigate to Notebooks tab!](./media/download-notebooks/notebooks-list.png)
22+
23+
1. Select the notebook you want to download. It will open in Jupyter.
24+
![Select a notebook](./media/download-notebooks/select-notebook.png)
25+
26+
Downloading multiple notebooks at once is not supported.
27+
28+
1. Go to **Files** -> **Download as**, and select a format option.
29+
![Notebook download options](./media/download-notebooks/download-options.PNG)
30+
31+
1. After selecting an option, the notebook file will start download. You might see a 500/502 error in the pop-up page, ignore the error because it will not impact your download.
311 KB
Loading
225 KB
Loading
224 KB
Loading

articles/machine-learning/studio/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@
161161
- name: Gallery data
162162
displayName: export
163163
href: ai-gallery-control-personal-data-dsr.md
164+
- name: Download notebooks
165+
displayName: export
166+
href: download-notebooks-data.md
164167
- name: Reference
165168
items:
166169
- name: Algorithm & module reference

0 commit comments

Comments
 (0)