Kernel Options
Explore how to utilize different Kernel options in Azure Data Studio Notebooks, focusing on PowerShell usage for tasks like managing backups and file operations. Understand how to create, configure, and run PowerShell Notebooks separately from SQL notebooks to effectively extend your data workflows.
We'll cover the following...
We'll cover the following...
Introduction
The prior section used the SQL Kernel Notebook option. This is a primary use case, but by no means the only supported language. To see all the choices (at the time of this writing), click on the down arrow in the Kernel textbox, as displayed below:
This section will introduce PowerShell Notebooks. As mentioned earlier, ADS does not allow multi-Kernel notebooks. ...