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