You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/notebooks/quickstart-clone-jupyter-notebook.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,20 @@ ms.date: 12/04/2018
7
7
8
8
# Quickstart: Clone a notebook in Azure Notebooks Preview
9
9
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
+
10
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.
11
18
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.
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).
19
24
20
25
1. From your public profile page, select **My Projects** at the top of the page:
21
26
@@ -64,4 +69,4 @@ Cloning creates a copy of a GitHub notebook in your Azure Notebooks account inst
64
69
## Next steps
65
70
66
71
> [!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)
Copy file name to clipboardExpand all lines: articles/notebooks/quickstart-create-share-jupyter-notebook.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,22 @@ ms.date: 12/04/2018
7
7
8
8
# Quickstart: Create and share a notebook in Azure Notebooks Preview
9
9
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.
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)).
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
20
18
21
1. From your public profile page, select **My Projects** at the top of the page:
19
22
20
23

21
24
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:
23
26
24
27

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

34
37
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**:
36
39
37
40
[](media/quickstarts/empty-project-new-notebook-button.png#lightbox)
38
41
@@ -97,4 +100,4 @@ On the project page, you can also use the **Share** menu to obtain a link, creat
97
100
## Next steps
98
101
99
102
> [!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)
Copy file name to clipboardExpand all lines: articles/notebooks/quickstart-migrate-local-jupyter-notebook.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,26 @@ ms.date: 12/04/2018
7
7
8
8
# Quickstart: Migrate a local Jupyter notebook in Azure Notebooks Preview
9
9
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.
11
11
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.
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.
17
18
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).
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)).
21
24
22
25
1. From your public profile page, select **My Projects** at the top of the page:
23
26
24
27

25
28
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:
27
30
28
31

29
32
@@ -35,13 +38,13 @@ This Quickstart demonstrates the process of migrating a notebook from your local
35
38
36
39

37
40
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.
39
42
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.
41
44
42
45

43
46
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.
45
48
46
49

47
50
@@ -54,4 +57,4 @@ This Quickstart demonstrates the process of migrating a notebook from your local
54
57
## Next steps
55
58
56
59
> [!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