Skip to content

Commit e64fb9f

Browse files
authored
Merge pull request #100034 from JasonWHowell/notebookspreview
Adding Preview to heading + include in each
2 parents 0f779ed + b26bf0d commit e64fb9f

20 files changed

+99
-50
lines changed

articles/notebooks/access-data-resources-jupyter-notebooks.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
title: Access data resources from Jupyter notebooks on Azure
2+
title: Access data in Jupyter notebooks - Azure Notebooks Preview
33
description: Learn how to access files, REST APIs, databases, and different Azure Storage resources from a Jupyter notebook.
44
ms.topic: how-to
55
ms.date: 12/04/2018
66
---
7-
87
# Access cloud data in a notebook
98

109
Doing interesting work in a Jupyter notebook requires data. Data, indeed, is the lifeblood of notebooks.
@@ -13,6 +12,8 @@ You can certainly [import data files into a project](work-with-project-data-file
1312

1413
This article briefly outlines these different options. Because data access is best seen in action, you can find runnable code in the [Azure Notebooks Samples - Access your data](https://github.com/Microsoft/AzureNotebooks/blob/master/Samples/Access%20your%20data%20in%20Azure%20Notebooks.ipynb).
1514

15+
[!INCLUDE [notebooks-status](../../includes/notebooks-status.md)]
16+
1617
## REST APIs
1718

1819
Generally speaking, the vast amount of data available from the Internet is accessed not through files, but through REST APIs. Fortunately, because a notebook cell can contain whatever code you like, you can use code to send requests and receive JSON data. You can then convert that JSON into whatever format you want to use, such as a pandas dataframe.

articles/notebooks/azure-notebooks-overview.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
2-
title: Overview of Azure Notebooks
3-
description: Run Jupyter notebooks in the cloud using the free Azure Notebooks service, where no setup or configuration is required.
2+
title: Overview of Azure Notebooks Preview
3+
description: Run Jupyter notebooks in the cloud using the free Azure Notebooks Preview service, where no setup or configuration is required.
44
ms.topic: overview
55
ms.date: 04/05/2019
66
---
77

8-
# Overview of Azure Notebooks
8+
# Overview of Azure Notebooks Preview
99

1010
Azure Notebooks is a free hosted service to develop and run Jupyter notebooks in the cloud with no installation. [Jupyter](https://jupyter.org/) (formerly IPython) is an open-source project that lets you easily combine Markdown text, executable code, persistent data, graphics, and visualizations onto a single, sharable canvas, the *notebook* (image courtesy of jupyter.org):
1111

1212
[![Examples of Jupyter notebooks](https://jupyter.org/assets/jupyterpreview.png)](https://jupyter.org/assets/jupyterpreview.png#lightbox)
1313

1414
Because of this powerful combination of code, graphics, and explanatory text, Jupyter has become popular for many uses including data science instruction, data cleaning and transformation, numerical simulation, statistical modeling, and the development of machine learning models.
1515

16+
[!INCLUDE [notebooks-status](../../includes/notebooks-status.md)]
17+
1618
## Hassle-free experience
1719

1820
Azure Notebooks helps you to get started quickly on prototyping, data science, academic research, or learning to program Python:

articles/notebooks/azure-notebooks-samples.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2-
title: Sample Jupyter notebooks for Azure Notebooks
2+
title: Sample Jupyter notebooks for Azure Notebooks Preview
33
description: Samples are a great way to experience Jupyter notebooks running in the free Azure Notebooks cloud services.
44
ms.topic: sample
55
ms.date: 01/11/2019
66
---
77

8-
# Discover and use sample notebooks
8+
# Discover and use sample notebooks in Azure Notebooks Preview
99

1010
The Internet has many collections of interesting and useful Jupyter notebooks that you can easily bring into Azure Notebooks. This article provides a list of notable samples.
1111

12+
[!INCLUDE [notebooks-status](../../includes/notebooks-status.md)]
13+
1214
Once you've identified a notebook you'd like to explore, here are a few details you'll want to understand:
1315

1416
- If a notebook is already in Azure Notebooks, use the **Clone** button on its project dashboard to make a copy of the project in your own account.

articles/notebooks/azure-notebooks-user-account.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
---
2-
title: Sign into Azure Notebooks
2+
title: Sign into Azure Notebooks Preview
33
description: Configure your user account for Azure Notebooks using a Microsoft account or a work/school account.
44
ms.topic: conceptual
55
ms.date: 04/15/2019
66
---
77

8-
# Your user account for Azure Notebooks
8+
# Your user account for Azure Notebooks Preview
99

1010
You can use Azure Notebooks with or without signing in with a user account:
1111

1212
- Without signing in, you can create and run notebooks but cannot retain notebooks or data files as part of projects. Users who receive a link to an Azure Notebook, for example, can enjoy the notebook without needing to sign in.
1313
- When signed in, Azure Notebooks retains all your projects with your account. Signed-in users also have a user ID that allows them to share their projects and notebooks with others.
14-
- When the account used for Azure Notebooks is also associated with an Azure Subscription, you gain additional benefits such as running notebooks on more powerful servers, creating private notebooks, and granting permissions to notebooks to individual users.
14+
- When the account used for Azure Notebooks is also associated with an Azure Subscription, you gain additional benefits such as running notebooks on more powerful servers, creating private notebooks, and granting permissions to notebooks to individual users.
15+
16+
[!INCLUDE [notebooks-status](../../includes/notebooks-status.md)]
1517

1618
Signing into Azure Notebooks requires either a Microsoft Account or a "Work or School" account. You're prompted for your account when selecting the **Sign In** command on the upper right side of the Notebooks page:
1719

articles/notebooks/azure-notebooks-user-profile.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: User profile and ID for use with Azure Notebooks
2+
title: User profile and ID for use with Azure Notebooks Preview
33
description: How to create and manage your user profile and user ID with Azure Notebooks, which becomes part of the URL of shared notebooks.
44
ms.topic: conceptual
55
ms.date: 02/25/2019
66
---
77

8-
# Your profile and user ID for Azure Notebooks
8+
# Your profile and user ID for Azure Notebooks Preview
99

1010
Within the powerful, collaborative space of Azure Notebooks, your user profile presents your public image to others:
1111

@@ -19,6 +19,8 @@ Your user ID is part of the URLs you use to share projects and notebooks. The fo
1919
- `https://notebooks.azure.com/<user_id>/projects/<project_id>/clones`: Clones of a specific projects.
2020
- `https://notebooks.azure.com/<user_id>/projects/<project_id>/html/<notebook>.ipynb`: The HTML preview of a specific notebook or file.
2121

22+
[!INCLUDE [notebooks-status](../../includes/notebooks-status.md)]
23+
2224
## Your user ID
2325

2426
When signing into Azure Notebooks for the first time, your account is automatically assigned a temporary user ID, such as "anon-idr3ca". As long as you have a user ID that begins with "anon-", Azure Notebooks prompts you to change it whenever you sign in:

articles/notebooks/configure-manage-azure-notebooks-projects.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
---
2-
title: Configure and manage Azure Notebook projects
2+
title: Configure and manage Azure Notebooks Preview
33
description: Learn how to manage project metadata, project files, the project's environment and setup steps through both the Azure Notebooks UI and direct terminal access.
44
ms.topic: how-to
55
ms.date: 05/13/2019
66
---
77

8-
# Manage and configure projects
8+
# <a id="manage-and-configure-projects" /> Manage and configure projects in Azure Notebooks Preview
99

10-
A project in Azure Notebooks is essentially a configuration of the underlying Linux virtual machine in which Jupyter notebooks run, along with a file folder and descriptive metadata. The project dashboard in Azure Notebooks allows you to manage files and otherwise configure the project's characteristics:
10+
A project in Azure Notebooks Preview is essentially a configuration of the underlying Linux virtual machine in which Jupyter notebooks run, along with a file folder and descriptive metadata.
11+
12+
[!INCLUDE [notebooks-status](../../includes/notebooks-status.md)]
13+
14+
The project dashboard in Azure Notebooks allows you to manage files and otherwise configure the project's characteristics:
1115

1216
- The compute tier on which the project runs, which can be the free tier or an Azure virtual machine.
1317
- Project metadata, which includes a name, description, an identifier that's used when sharing the project, and whether the project is public or private.

articles/notebooks/create-clone-jupyter-notebooks.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2-
title: Create and clone Jupyter notebooks on Azure
3-
description: Azure Notebooks projects manage a collection of notebooks and related files, which you can create new or clone from another source.
2+
title: Create and clone Jupyter notebooks - Azure Notebooks Preview
3+
description: Azure Notebooks Preview projects manage a collection of notebooks and related files, which you can create new or clone from another source.
44
ms.topic: how-to
55
ms.date: 02/25/2019
66
---
77

8-
# Create and clone projects
8+
# Create and clone projects in Azure Notebooks Preview
99

1010
Azure Notebooks organizes your Jupyter notebooks and related files into logical groups called *projects*. You create a project first as a container, then create or clone one or more notebooks within a folder alongside other project files. (This process is demonstrated in the [tutorial](tutorial-create-run-jupyter-notebook.md).)
1111

12+
[!INCLUDE [notebooks-status](../../includes/notebooks-status.md)]
13+
1214
A project also maintains metadata and other configuration settings that affect the server on which notebooks run, including custom setup steps and package installation. For more information, see [Manage and configure projects](configure-manage-azure-notebooks-projects.md).
1315

1416
## Use the My Projects dashboard

articles/notebooks/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### YamlMime:Landing
2-
title: Azure Notebooks Documentation
3-
summary: Azure Notebooks is a free hosted service to develop and run Jupyter notebooks in the cloud with no installation. Jupyter (formerly IPython) is an open-source project that lets you easily combine markdown text, executable code (Python, R, and F#), persistent data, graphics, and visualizations onto a single, sharable canvas called a notebook.
2+
title: Azure Notebooks Preview Documentation
3+
summary: Azure Notebooks Preview is a free hosted service to develop and run Jupyter notebooks in the cloud with no installation. Jupyter (formerly IPython) is an open-source project that lets you easily combine markdown text, executable code (Python, R, and F#), persistent data, graphics, and visualizations onto a single, sharable canvas called a notebook.
44
metadata:
5-
title: Azure Notebooks Documentation
6-
description: Learn how to create, run, and share Jupyter notebooks through the hosted Azure Notebooks service.
5+
title: Azure Notebooks Preview Documentation
6+
description: Learn how to create, run, and share Jupyter notebooks through the hosted Azure Notebooks Preview service.
77
ms.service: azure-notebooks
88
ms.topic: landing-page
99
author: jasonwhowell

articles/notebooks/install-packages-jupyter-notebook.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
---
2-
title: Install packages in a Jupyter notebook on Azure
2+
title: Install packages in Jupyter notebooks - Azure Notebooks Preview
33
description: Learn how to install Python, R, and F# packages from within a Jupyter notebook running on Azure.
44
ms.topic: how-to
55
ms.date: 12/04/2018
66
---
77

8-
# Install packages from within a notebook
8+
# Install packages from within Azure Notebooks Preview
99

1010
Although you can configure the [environment for your notebook on the project level](configure-manage-azure-notebooks-projects.md#configure-the-project-environment), you may want to install packages directly within an individual notebook.
1111

1212
Packages installed from the notebook apply only to the current server session. Package installations aren't persisted once the server is shut down.
1313

14+
[!INCLUDE [notebooks-status](../../includes/notebooks-status.md)]
15+
1416
## Python
1517

1618
Packages in Python can be installed using either pip or conda using commands within code cells:
@@ -56,7 +58,7 @@ Paket.Package
5658
]
5759
```
5860

59-
Then load the paket generator:
61+
Then load the Paket generator:
6062
```fsharp
6163
#load "Paket.Generated.Refs.fsx"
6264
```

articles/notebooks/present-jupyter-notebooks-slideshow.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2-
title: Present a Jupyter notebook as a slideshow on Azure
2+
title: Present a Jupyter notebook as a slideshow on Azure Notebooks Preview
33
description: Learn how to configure cells for slideshow mode in a Jupyter notebook and then present the slideshow using the RISE extension.
44
ms.topic: how-to
55
ms.date: 12/04/2018
66
---
77

8-
# Run a notebook slideshow
8+
# Run a notebook slideshow in Azure Notebooks Preview
99

1010
Azure Notebooks is pre-configured with the Jupyter/IPython Slideshow Extension (RISE) that lets you present a notebook directly as a slideshow. In a slideshow, cells are typically displayed one at a time using a font size that's appropriate for presenting on large screens, and you can still run the code rather than switching to a separate demo computer.
1111

12+
[!INCLUDE [notebooks-status](../../includes/notebooks-status.md)]
13+
1214
The following image shows the standard notebook view, in which you can see Markdown and code cells all together:
1315

1416
![A notebook in standard view](media/slideshow/slideshow-notebook-view.png)

0 commit comments

Comments
 (0)