Organizing and Sharing Your Queries with Jupyter Notebooks
As you continue to work in modern applications and with modern database solutions, you will no doubt encounter Jupyter notebooks. Jupyter notebooks have been in use in various technology stacks including Databricks and Synapse. What you may not realize is that Jupyter notebooks are also available in Azure Data Studio to support better documentation and easier sharing of your SQL queries. Jupyter notebooks provide a more elegant documentation solution for your SQL scripts. They also enable you to easily execute scripts within the context of a larger set of scripts and share the results of those executions if needed.
In this chapter, we will give an introduction to how Jupyter notebooks are supported in Azure Data Studio and how you can use them to organize and share your queries with your peers.
In this chapter, we are going to cover the following primary topics:
- Creating Jupyter notebooks in Azure Data Studio...