Skip to content

Commit 5f94d27

Browse files
authored
Merge pull request #213008 from seesharprun/cosmos-revamped-notebook-docs
Cosmos DB | Revamped Jupyter Notebooks docs
2 parents 42f8d5f + f54958f commit 5f94d27

38 files changed

+593
-996
lines changed

articles/cosmos-db/.openpublishing.redirection.cosmos-db.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,6 +1670,41 @@
16701670
"redirect_url": "/azure/cosmos-db/provision-account-continuous-backup",
16711671
"redirect_document_id": false
16721672
},
1673+
{
1674+
"source_path_from_root": "/articles/cosmos-db/cosmosdb-jupyter-notebooks.md",
1675+
"redirect_url": "/azure/cosmos-db/notebooks-overview",
1676+
"redirect_document_id": true
1677+
},
1678+
{
1679+
"source_path_from_root": "/articles/cosmos-db/sql/create-notebook-visualize-data.md",
1680+
"redirect_url": "/azure/cosmos-db/sql/tutorial-create-notebook",
1681+
"redirect_document_id": true
1682+
},
1683+
{
1684+
"source_path_from_root": "/articles/cosmos-db/sql/enable-notebooks.md",
1685+
"redirect_url": "/azure/cosmos-db/sql/tutorial-create-notebook",
1686+
"redirect_document_id": false
1687+
},
1688+
{
1689+
"source_path_from_root": "/articles/cosmos-db/sql/import-github-notebooks.md",
1690+
"redirect_url": "/azure/cosmos-db/sql/tutorial-create-notebook",
1691+
"redirect_document_id": false
1692+
},
1693+
{
1694+
"source_path_from_root": "/articles/cosmos-db/sql/publish-notebook-gallery.md",
1695+
"redirect_url": "/azure/cosmos-db/sql/tutorial-create-notebook",
1696+
"redirect_document_id": false
1697+
},
1698+
{
1699+
"source_path_from_root": "/articles/cosmos-db/sql/use-csharp-notebook-features-and-commands.md",
1700+
"redirect_url": "/azure/cosmos-db/sql/tutorial-create-notebook",
1701+
"redirect_document_id": false
1702+
},
1703+
{
1704+
"source_path_from_root": "/articles/cosmos-db/sql/use-python-notebook-features-and-commands.md",
1705+
"redirect_url": "/azure/cosmos-db/sql/tutorial-create-notebook",
1706+
"redirect_document_id": false
1707+
},
16731708
{
16741709
"source_path_from_root": "/articles/cosmos-db/continuous-backup-restore-portal.md",
16751710
"redirect_url": "/azure/cosmos-db/provision-account-continuous-backup",

articles/cosmos-db/cassandra/TOC.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
- name: 4 - Migrate data
3838
displayName: import
3939
href: migrate-data.md
40+
- name: Create Jupyter notebooks
41+
href: ../sql/tutorial-create-notebook.md
4042
- name: Samples
4143
items:
4244
- name: Azure CLI
@@ -248,6 +250,12 @@
248250
href: ../compliance.md
249251
- name: Data residency
250252
href: ../data-residency.md
253+
- name: Jupyter notebooks
254+
items:
255+
- name: Overview
256+
href: ../notebooks-overview.md
257+
- name: FAQ
258+
href: ../notebooks-faq.yml
251259
- name: How to
252260
items:
253261
- name: Develop applications

articles/cosmos-db/cassandra/cassandra-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Azure Cosmos DB Cassandra API is a managed service platform. The platform does n
236236

237237
## CQL shell
238238

239-
<!-- You can open a hosted native Cassandra shell (CQLSH v5.0.1) directly from the Data Explorer in the [Azure portal](../data-explorer.md) or the [Azure Cosmos DB Explorer](https://cosmos.azure.com/). Before enabling the CQL shell, you must [enable the Notebooks](../enable-notebooks.md) feature in your account (if not already enabled, you will be prompted when clicking on `Open Cassandra Shell`). See the article [Enable notebooks for Azure Cosmos DB accounts](../enable-notebooks.md#supported-regions) for supported Azure Regions.
239+
<!-- You can open a hosted native Cassandra shell (CQLSH v5.0.1) directly from the Data Explorer in the [Azure portal](../data-explorer.md) or the [Azure Cosmos DB Explorer](https://cosmos.azure.com/). Before enabling the CQL shell, you must [enable the Notebooks](../notebooks-overview.md) feature in your account (if not already enabled, you will be prompted when clicking on `Open Cassandra Shell`).
240240
241241
:::image type="content" source="./media/cassandra-support/cqlsh.png" alt-text="Open CQLSH"::: -->
242242

articles/cosmos-db/cosmosdb-jupyter-notebooks.md

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

articles/cosmos-db/free-tier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ After you create a free tier account, you can start building apps with Azure Cos
9393

9494
* [Build a console app using the .NET V4 SDK](create-sql-api-dotnet-v4.md) to manage Azure Cosmos DB resources.
9595
* [Build a .NET web app using Azure Cosmos DB API for MongoDB](mongodb/create-mongodb-dotnet.md)
96-
* [Download a notebook from the gallery](publish-notebook-gallery.md#download-a-notebook-from-the-gallery) and analyze your data.
96+
* [Create a Jupyter notebook](notebooks-overview.md) and analyze your data.
9797
* Learn more about [Understanding your Azure Cosmos DB bill](understand-your-bill.md)

articles/cosmos-db/graph/TOC.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
items:
2727
- name: Query data using Gremlin
2828
href: tutorial-query-graph.md
29+
- name: Create Jupyter notebooks
30+
href: ../sql/tutorial-create-notebook.md
2931
- name: Samples
3032
items:
3133
- name: Azure CLI
@@ -224,6 +226,12 @@
224226
href: ../compliance.md
225227
- name: Data residency
226228
href: ../data-residency.md
229+
- name: Jupyter notebooks
230+
items:
231+
- name: Overview
232+
href: ../notebooks-overview.md
233+
- name: FAQ
234+
href: ../notebooks-faq.yml
227235
- name: How to
228236
items:
229237
- name: Develop applications

articles/cosmos-db/how-to-configure-vnet-service-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Here are some frequently asked questions about configuring access from virtual n
324324

325325
### Are Notebooks and Mongo/Cassandra Shell currently compatible with Virtual Network enabled accounts?
326326

327-
At the moment the [Mongo shell](https://devblogs.microsoft.com/cosmosdb/preview-native-mongo-shell/) and [Cassandra shell](https://devblogs.microsoft.com/cosmosdb/announcing-native-cassandra-shell-preview/) integrations in the Cosmos DB Data Explorer, and the [Jupyter Notebooks service](./cosmosdb-jupyter-notebooks.md), aren't supported with VNET access. This integration is currently in active development.
327+
At the moment the [Mongo shell](https://devblogs.microsoft.com/cosmosdb/preview-native-mongo-shell/) and [Cassandra shell](https://devblogs.microsoft.com/cosmosdb/announcing-native-cassandra-shell-preview/) integrations in the Cosmos DB Data Explorer, and the [Jupyter Notebooks service](./notebooks-overview.md), aren't supported with VNET access. This integration is currently in active development.
328328

329329
### Can I specify both virtual network service endpoint and IP access control policy on an Azure Cosmos account?
330330

articles/cosmos-db/mongodb/TOC.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
href: tutorial-query-mongodb.md
5959
- name: 3 - Distribute data globally
6060
href: tutorial-global-distribution-mongodb.md
61+
- name: Create Jupyter notebooks
62+
href: ../sql/tutorial-create-notebook.md
6163
- name: Samples
6264
items:
6365
- name: Azure CLI
@@ -273,6 +275,12 @@
273275
href: ../compliance.md
274276
- name: Data residency
275277
href: ../data-residency.md
278+
- name: Jupyter notebooks
279+
items:
280+
- name: Overview
281+
href: ../notebooks-overview.md
282+
- name: FAQ
283+
href: ../notebooks-faq.yml
276284
- name: How to
277285
items:
278286
- name: Use developer tools

0 commit comments

Comments
 (0)