We are pleased to announce the December 2022 improvements to Polyglot Notebooks for Visual Studio Code. Make sure to install the Polyglot Notebooks extension from the VS Code Marketplace, or install it directly from the extension gallery in Visual Studio Code. If you haven’t read about our latest announcement regarding the difference between .NET Interactive and Polyglot Notebooks, we recommend you read this first.
Upgrade to .NET 7
Polyglot Notebooks has recently upgraded to depend on .NET 7. The extension now requires the .NET 7 SDK to work so update today! To learn more about .NET 7, read our announcement!
Support for C# 11 and F# 7
As part of the upgrade to .NET 7, Polyglot Notebooks now has support for C# 11 and F# 7. To see all the exciting new features you can use in Polyglot Notebooks, review the following resources:
Improvements to SQL and KQL with the new dynamic kernel picker
When establishing a connection with a Microsoft SQL Server or Kusto Cluster, you need to alias the connection using the –kernel-name
parameter in the #!connect
command. In order to then declare which database connection you want to query against, you previously would have had to add a magic command using the alias at the beginning of each cell.
Before the dynamic kernel picker:
With the dynamic kernel picker, you can now declare which database connection you are querying in the bottom right of the cell instead of using a magic command. Simply add a new code cell after establishing your connection, click on the dynamic kernel picker, and select the alias you created for your connection. Then write your native SQL or Kusto code!
With the dynamic kernel picker:
Summary
Be sure to download the Polyglot Notebooks extension for Visual Studio Code now to try out the above improvements. If you run into any problems or have suggestions, please file an issue on the .NET Interactive GitHub page.
The post Polyglot Notebooks – December 2022 Release appeared first on .NET Blog.
Comments
Post a Comment