Skip to content

Commit 3dd3a2a

Browse files
committed
changes
1 parent fad8133 commit 3dd3a2a

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ 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 Jupyter 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.
10+
In this quickstart, you create a copy of a GitHub Jupyter notebook in an Azure Notebooks account.
11+
12+
GitHub repositories provide storage and version control for Jupyter notebooks. Collaborators maintain local copies of the repository, and run the notebooks from those copies. Cloning a GitHub notebook into your Azure Notebooks account creates an independent copy. Changes are stored in your Azure Notebooks account only, and don't affect the original GitHub repository.
13+
14+
Because your Azure Notebooks clone is in the cloud, you can share it with collaborators, who need not make any local copies or 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.
1115

1216
## Prerequisites
1317
None.
1418

1519
## Clone Azure Cognitive Services notebooks
1620

17-
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.
18-
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.
20-
2121
[!INCLUDE [notebooks-status](../../includes/notebooks-status.md)]
2222

2323
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).

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

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

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

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.
10+
In this quickstart, you migrate a Jupyter notebook from your local computer or another accessible file URL to Azure Notebooks.
11+
12+
Jupyter notebooks on your own computer are accessible only to you. You can share your files, but recipients then have their own local copies of the notebook, and it's difficult to incorporate their changes. Even if you store notebooks in a shared online repository such as GitHub, each collaborator must have a local Jupyter installation configured like yours.
13+
14+
By migrating your local or repository-based notebooks to Azure Notebooks, you can instantly share them with your collaborators, who need only a browser to view and run your notebooks. If they sign in to Azure Notebooks, they can also make changes.
1115

1216
## Prerequisites
17+
1318
- A [Jupyter notebook](https://jupyter-notebook.readthedocs.io) on your local computer or at another accessible file URL.
1419

1520
## Create a project on Azure Notebooks
1621

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.
18-
1922
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).
2023

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

0 commit comments

Comments
 (0)