Skip to content

Commit cd1a253

Browse files
authored
Merge pull request #7296 from rothja/jupyter
Renaming Jupyter notebooks to notebooks
2 parents 71129f8 + 9491ad7 commit cd1a253

5 files changed

Lines changed: 9 additions & 201 deletions

File tree

docs/big-data-cluster/big-data-cluster-overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ If you are accepted into the limited public preview, the next step is to setup a
103103

104104
## Next steps
105105

106-
After deploying SQL Server 2019 preview Big Data Clusters, explore some of its capabilities with the following quickstarts:
106+
After deploying SQL Server 2019 preview Big Data Clusters, explore some of its capabilities with the following quickstart:
107107

108-
- [Get started with SQL Server Big Data Cluster on SQL Server 2019 preview](quickstart-big-data-cluster-get-started.md)
109-
- [Run Jupypter Notebooks on SQL Server 2019 preview](quickstart-big-data-cluster-notebooks.md)
108+
- [Get started with SQL Server Big Data Cluster on SQL Server 2019 preview](quickstart-big-data-cluster-get-started.md)

docs/big-data-cluster/notebooks-guidance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to use Jupyter notebooks in SQL Server 2019 CTP 2.0 | Microsoft Docs
2+
title: How to use notebooks in SQL Server 2019 CTP 2.0 | Microsoft Docs
33
description:
44
author: rothja
55
ms.author: jroth
@@ -9,9 +9,9 @@ ms.topic: conceptual
99
ms.prod: sql
1010
---
1111

12-
# How to use Jupyter notebooks in SQL Server 2019 CTP 2.0
12+
# How to use notebooks in SQL Server 2019 CTP 2.0
1313

14-
This how you can launch Jupyter Notebooks on the cluster and start authoring your own Notebooks. It also shows how to submit jobs against the cluster.
14+
This how you can launch notebooks on the cluster and start authoring your own Notebooks. It also shows how to submit jobs against the cluster.
1515

1616
## Connect to the Hadoop Gateway Knox end point
1717
You can connect to different end-points in the cluster. You can connect to the Microsoft SQL Server connection type or to the HDFS/Spark Gateway end-point.
@@ -152,4 +152,4 @@ If you like to uninstall a package, then please use the following command from y
152152

153153
## Next steps
154154

155-
For a walkthrough of how to open and run Jupyter notebooks in [!INCLUDE [SQL Operations Studio](../includes/name-sos-short.md)], see [Quickstart: Run Jupypter Notebooks on SQL Server 2019 CTP 2.0](quickstart-big-data-cluster-notebooks.md).
155+
For more information about SQL Server Big Data Clusters, see [What is SQL Server 2019 Big Data Clusters?](big-data-cluster-overview.md).

docs/big-data-cluster/quickstart-big-data-cluster-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ GO
102102

103103
## Next steps
104104

105-
Explore how to run Jupyter notebooks in Azure Data Studio:
105+
For more information about SQL Server Big Data Clusters, see:
106106

107107
> [!div class="nextstepaction"]
108-
> [Run Jupyter notebooks on SQL Server 2019 preview](quickstart-big-data-cluster-notebooks.md)
108+
> [Run notebooks on SQL Server 2019 preview](big-data-cluster-overview.md)

docs/big-data-cluster/quickstart-big-data-cluster-notebooks.md

Lines changed: 0 additions & 189 deletions
This file was deleted.

docs/big-data-cluster/toc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
href: quickstart-big-data-cluster-deploy.md
1111
- name: Get started with SQL Server Big Data Cluster
1212
href: quickstart-big-data-cluster-get-started.md
13-
- name: Run Jupyter Notebooks
14-
href: quickstart-big-data-cluster-notebooks.md
1513
- name: Concepts
1614
items:
1715
- name: HDFS
@@ -100,7 +98,7 @@
10098
href: query-troubleshooting.md
10199
- name: Notebooks
102100
items:
103-
- name: How to use Jupyter notebooks in SQL Server 2019 CTP 2.0
101+
- name: How to use notebooks in SQL Server 2019 CTP 2.0
104102
href: notebooks-guidance.md
105103
- name: Manage
106104
items:

0 commit comments

Comments
 (0)