Skip to content

Commit 2d6c441

Browse files
committed
three notebooks quickstarts
1 parent d6bf7a5 commit 2d6c441

File tree

3 files changed

+32
-21
lines changed

3 files changed

+32
-21
lines changed

articles/notebooks/quickstart-clone-jupyter-notebook.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,20 @@ ms.date: 12/04/2018
77

88
# Quickstart: Clone a notebook in Azure Notebooks Preview
99

10+
In this quickstart, you create a copy of a GitHub notebook in an Azure Notebooks account. Because your Azure Notebooks clone is in the cloud, you can share it with collaborators, who need not make any local copies or even have Jupyter installed on their computers. You might also clone a notebook simply as a starting point for a project of your own, or to obtain data files.
11+
12+
## Prerequisites
13+
None.
14+
15+
## Clone Azure Cognitive Services notebooks
16+
1017
Many data scientists and developers store their notebooks in [GitHub repositories](https://github.com), a free service that provides storage and version control for many different project types. GitHub is often used as a means of collaborating on Jupyter notebooks that are run locally. In such cases, every collaborator maintains a local copy of the repository and runs the notebooks from that copy.
1118

12-
Cloning creates a copy of a GitHub notebook in your Azure Notebooks account instead. This clone is independent from its original repository; changes are stored in your Azure Notebooks account only and don't affect the original. Because your clone is in the cloud, you can share the project with other collaborators who need not make any local copies or even have Jupyter installed on their own computers. You might also clone a notebook simply as a starting point for a project of your own or to obtain data files.
19+
Cloning creates a copy of a GitHub notebook in your Azure Notebooks account instead. This clone is independent from its original repository. Changes are stored in your Azure Notebooks account only and don't affect the original. You can share your clone with collaborators, who need not make any local copies or even have Jupyter installed on their own computers.
1320

1421
[!INCLUDE [notebooks-status](../../includes/notebooks-status.md)]
1522

16-
## Clone Azure Cognitive Services notebooks
17-
18-
1. Go to [Azure Notebooks](https://notebooks.azure.com) and sign in. (For details, see [Quickstart - Sign in to Azure Notebooks](quickstart-sign-in-azure-notebooks.md)).
23+
1. Go to [Azure Notebooks](https://notebooks.azure.com) and sign in. For details, see [Quickstart - Sign in to Azure Notebooks](quickstart-sign-in-azure-notebooks.md).
1924

2025
1. From your public profile page, select **My Projects** at the top of the page:
2126

@@ -64,4 +69,4 @@ Cloning creates a copy of a GitHub notebook in your Azure Notebooks account inst
6469
## Next steps
6570

6671
> [!div class="nextstepaction"]
67-
> [Tutorial: create an run a Jupyter notebook to do linear regression](tutorial-create-run-jupyter-notebook.md)
72+
> [Tutorial: Create and run a Jupyter notebook to do linear regression](tutorial-create-run-jupyter-notebook.md)

articles/notebooks/quickstart-create-share-jupyter-notebook.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,22 @@ ms.date: 12/04/2018
77

88
# Quickstart: Create and share a notebook in Azure Notebooks Preview
99

10-
In this quickstart, you learn how to quickly create and run a Jupyter notebook on Azure Notebooks, then share that notebook with others.
10+
In this quickstart, you create and run a Jupyter notebook on Azure Notebooks, then share that notebook with others. Jupyter, formerly IPython, lets you easily combine Markdown text, executable code, persistent data, graphics, and visualizations on one sharable canvas, the notebook. Azure Notebooks is a free hosted service to develop and run Jupyter notebooks in the cloud with no installation.
1111

12-
[!INCLUDE [notebooks-status](../../includes/notebooks-status.md)]
12+
## Prerequisites
13+
None.
1314

1415
## Create a new project and notebook
1516

16-
1. Go to the [Azure Notebooks site (https://notebooks.azure.com)](https://notebooks.azure.com) and sign in. (For details, see [Quickstart - Sign in to Azure Notebooks](quickstart-sign-in-azure-notebooks.md)).
17+
[!INCLUDE [notebooks-status](../../includes/notebooks-status.md)]
18+
19+
1. Go to the [Azure Notebooks site (https://notebooks.azure.com)](https://notebooks.azure.com) and sign in. For details, see [Quickstart - Sign in to Azure Notebooks](quickstart-sign-in-azure-notebooks.md).
1720

1821
1. From your public profile page, select **My Projects** at the top of the page:
1922

2023
![My Projects link on the top of the browser window](media/quickstarts/my-projects-link.png)
2124

22-
1. On the **My Projects** page, select **+ New Project** (keyboard shortcut: n); the button may appear only as **+** if the browser window is narrow:
25+
1. On the **My Projects** page, select **New Project** (keyboard shortcut: n). The button may appear only as **+** if the browser window is narrow:
2326

2427
![New Project command on My Projects page](media/quickstarts/new-project-command.png)
2528

@@ -32,7 +35,7 @@ In this quickstart, you learn how to quickly create and run a Jupyter notebook o
3235

3336
![New Project popup with populated details](media/quickstarts/new-project-popup.png)
3437

35-
1. After a few moments, Azure Notebooks navigates you to the new project. Add a notebook to the project by selecting the **+ New** drop-down (which may appear as only **+**), then selecting **Notebook**:
38+
1. After a few moments, Azure Notebooks navigates you to the new project. Add a notebook to the project by selecting the **New** drop-down (which may appear as only **+**), then selecting **Notebook**:
3639

3740
[![](media/quickstarts/empty-project-new-notebook-button.png "A new, empty project and add notebook command")](media/quickstarts/empty-project-new-notebook-button.png#lightbox)
3841

@@ -97,4 +100,4 @@ On the project page, you can also use the **Share** menu to obtain a link, creat
97100
## Next steps
98101

99102
> [!div class="nextstepaction"]
100-
> [Tutorial: create an run a Jupyter notebook to do linear regression](tutorial-create-run-jupyter-notebook.md)
103+
> [Tutorial: Create and run a Jupyter notebook to do linear regression](tutorial-create-run-jupyter-notebook.md)

articles/notebooks/quickstart-migrate-local-jupyter-notebook.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,26 @@ ms.date: 12/04/2018
77

88
# Quickstart: Migrate a local Jupyter notebook in Azure Notebooks Preview
99

10-
Jupyter notebooks that you create locally on your own computer are accessible only to you. You can share your files through a variety of means, but then recipients have their own local copy of the notebook and it's difficult for you to incorporate any changes they might make. You can also store notebooks in a shared online repository such as GitHub, but doing so still requires that each collaborator has their own local Jupyter installation with the same configuration as yours.
10+
In this quickstart, you migrate a Jupyter notebook from your local computer or another accessible file URL to Azure Notebooks. You can instantly share your Azure Notebook project with your collaborators, who need only a browser to view and run your notebook. If they sign in to Azure Notebooks, they can also make changes.
1111

12-
By migrating your local or repository-based notebooks to Azure Notebooks, you store them in the cloud from which you can instantly share them with your collaborators. Those collaborators need only a browser to view and run your notebook, and if they [sign in](quickstart-sign-in-azure-notebooks.md) to Azure Notebooks they can also make changes.
12+
## Prerequisites
13+
- A [Jupyter notebook](https://jupyter.org/) on your local computer or at another accessible file URL.
1314

14-
[!INCLUDE [notebooks-status](../../includes/notebooks-status.md)]
15+
## Create a project on Azure Notebooks
1516

16-
This Quickstart demonstrates the process of migrating a notebook from your local computer or another accessible file URL. To migrate notebooks from a GitHub repository, see [Quickstart: Clone a notebook](quickstart-clone-jupyter-notebook.md).
17+
Jupyter notebooks that you create locally on your own computer are accessible only to you. You can share your files through a variety of means, but then recipients have their own local copy of the notebook and it's difficult for you to incorporate any changes they might make. You can also store notebooks in a shared online repository such as GitHub, but doing so still requires that each collaborator has their own local Jupyter installation with the same configuration as yours. By migrating your local or repository-based notebooks to Azure Notebooks, you store them in the cloud, from which you can instantly share them with your collaborators.
1718

18-
## Create a project on Azure Notebooks
19+
This quickstart demonstrates migrating a notebook from your local computer or another accessible file URL. To migrate notebooks from a GitHub repository, see [Quickstart: Clone a notebook](quickstart-clone-jupyter-notebook.md).
20+
21+
[!INCLUDE [notebooks-status](../../includes/notebooks-status.md)]
1922

2023
1. Go to [Azure Notebooks](https://notebooks.azure.com) and sign in. (For details, see [Quickstart - Sign in to Azure Notebooks](quickstart-sign-in-azure-notebooks.md)).
2124

2225
1. From your public profile page, select **My Projects** at the top of the page:
2326

2427
![My Projects link on the top of the browser window](media/quickstarts/my-projects-link.png)
2528

26-
1. On the **My Projects** page, select **+ New Project** (keyboard shortcut: n); the button may appear only as **+** if the browser window is narrow:
29+
1. On the **My Projects** page, select **New Project** (keyboard shortcut: n). The button may appear only as **+** if the browser window is narrow:
2730

2831
![New Project command on My Projects page](media/quickstarts/new-project-command.png)
2932

@@ -35,13 +38,13 @@ This Quickstart demonstrates the process of migrating a notebook from your local
3538

3639
![Command to upload a notebook from a URL or the local computer](media/quickstarts/upload-from-computer-url-command.png)
3740

38-
(Again, if your notebook is in a GitHub repository, follow the steps on [Quickstart: Clone a notebook](quickstart-clone-jupyter-notebook.md) instead.)
41+
Again, if your notebook is in a GitHub repository, follow the steps on [Quickstart: Clone a notebook](quickstart-clone-jupyter-notebook.md) instead.
3942

40-
- If using **From Computer**, drag and drop your *.ipynb* files into the popup, or select **Choose Files**, then browse to and select the files you want to import. Then select **Upload**. The uploaded files are given the same name as the local files. (You don't need to upload the contents of any *.ipynb_checkpoints* folders.)
43+
- If using **From Computer**, drag and drop your *.ipynb* files into the popup, or select **Choose Files**, then browse to and select the files you want to import. Then select **Upload**. The uploaded files are given the same name as the local files. You don't need to upload the contents of any *.ipynb_checkpoints* folders.
4144

4245
![Upload from computer popup](media/quickstarts/upload-from-computer-popup.png)
4346

44-
- If using **From URL**, enter the source address in the **File URL** field and the filename to assign to the notebook in your project in the **File Name** field. Then select **Upload**. If you have multiple files with separate URLs, use the **+ Add File** command to check the first URL you entered, after which the popup provides new fields for another file.
47+
- If using **From URL**, enter the source address in the **File URL** field and the filename to assign to the notebook in your project in the **File Name** field. Then select **Upload**. If you have multiple files with separate URLs, use the **Add File** command to check the first URL you entered, after which the popup provides new fields for another file.
4548

4649
![Upload from URL popup](media/quickstarts/upload-from-url-popup.png)
4750

@@ -54,4 +57,4 @@ This Quickstart demonstrates the process of migrating a notebook from your local
5457
## Next steps
5558

5659
> [!div class="nextstepaction"]
57-
> [Tutorial: create an run a Jupyter notebook to do linear regression](tutorial-create-run-jupyter-notebook.md)
60+
> [Tutorial: Create and run a Jupyter notebook to do linear regression](tutorial-create-run-jupyter-notebook.md)

0 commit comments

Comments
 (0)