...

/

Jupyter Notebooks

Jupyter Notebooks

Let's see how Notebooks can be used in ADS.

Introduction

Jupyter Notebooks are a sleeping giant, poised to change nearly everything involved with data, analysis, and related processing. Born from Data Science, Jupyter Notebooks combine rich text, images, links, and code (for example, SQL) along with persistent query results. These notebooks are fully packaged in a convenient and reusable text (JSON) file, which can also be stitched together, forming a book containing related readme, and navigational .yml files. This groundbreaking capability is deeply integrated into Azure Data Studio and is destined to have a broad impact with many of your interactions in SQL, Python, PowerShell, and other languages while working with data and processes.

Notebook building blocks

The two primary components found in notebooks are ‘code’ and ‘text’ cells. This is similar to traditional SQL coding that often results in ‘code’ interspersed with ‘comments’ whether in-line or as introductory text blocks. That said, it is pretty much where the similarities stop as ...