Skip to content

Commit e0f8ef4

Browse files
committed
add readme
1 parent d207365 commit e0f8ef4

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

  • samples/applications/azure-data-studio
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<!-- Always leave the MS logo -->
2+
![](./media/solutions-microsoft-logo-small.png)
3+
4+
# Azure Data Studio Notebook Samples
5+
6+
Helpful notebooks for troubleshooting and new features in Azure Data Studio.
7+
8+
9+
### Contents
10+
11+
[About this sample](#about-this-sample)<br/>
12+
[Before you begin](#before-you-begin)<br/>
13+
[Run this sample](#run-this-sample)<br/>
14+
[Sample details](#sample-details)<br/>
15+
[Disclaimers](#disclaimers)<br/>
16+
[Related links](#related-links)<br/>
17+
18+
19+
<a name=about-this-sample></a>
20+
21+
## About this sample
22+
23+
<!-- Delete the ones that don't apply -->
24+
- **Applies to:** Azure Data Studio
25+
- **Key features:** Notebook Samples
26+
- **Programming Language:** SQL & Python Notebooks
27+
- **Authors:** Vasu Bhog [vabhog]
28+
29+
<a name=before-you-begin></a>
30+
31+
## Before you begin
32+
33+
To run this sample, you need the following prerequisites.
34+
35+
**Software prerequisites:**
36+
37+
<!-- Examples -->
38+
1. Azure Data Studio 1.30.0
39+
2. Python
40+
41+
42+
## Run this sample
43+
44+
<!-- Step by step instructions. Here's a few examples -->
45+
46+
For Parameterization.ipynb Sample:
47+
1. From Azure Data Studio, open the **Notebook** file.
48+
2. Follow docs for paremeteization [here](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/parameterize-papermill).
49+
50+
51+
## Sample details
52+
53+
This Notebook allows users to follow along the docs as well as use a already parameterized notebook.
54+
55+
## Related Links
56+
<!-- Links to more articles. Remember to delete "en-us" from the link path. -->
57+
58+
For more information, see these articles:
59+
* [Notebooks Overview](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/notebooks-guidance)
60+
* [SQL Kernel](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/notebooks-sql-kernel)
61+
* [Python Kernel](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/notebooks-python-kernel)
62+
* [Kusto Kernel](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/notebooks-kusto-kernel)
63+
* [KqlMagic](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/notebooks-kqlmagic)
64+
* [Papermill Parameterization](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/parameterize-papermill)
65+
* [URI Parameterization](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/parameterize-uri)
66+
* [Run with Parameters](https://docs.microsoft.com/en-us/sql/azure-data-studio/notebooks/run-with-parameters)

0 commit comments

Comments
 (0)