You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
I haven't been able to locate the SQL Kernel so I can use to create SQL Notebook. I've seen it Azure Data Studio but can't find it for .NET Interactive.
Describe the solution you'd like
I know that in a C# Notebook you can use the "#!" to execute PowerShell command. So, it would be nice to have it also for Python or any other Kernels.
The scenario I'm looking for, I want to create a connection using Python code to execute the SQL code. Of course, all required python modules are installed.
Is this possible?
It would be great!
:)
PS. I just realized using either #!python or #!python3 doesn't work in for PowerShell or C# notebook.
Is your feature request related to a problem? Please describe.
I haven't been able to locate the SQL Kernel so I can use to create SQL Notebook. I've seen it Azure Data Studio but can't find it for .NET Interactive.
Describe the solution you'd like
I know that in a C# Notebook you can use the "#!" to execute PowerShell command. So, it would be nice to have it also for Python or any other Kernels.
The scenario I'm looking for, I want to create a connection using Python code to execute the SQL code. Of course, all required python modules are installed.
Is this possible?
It would be great!
:)
PS. I just realized using either #!python or #!python3 doesn't work in for PowerShell or C# notebook.