interactive
interactive copied to clipboard
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways y...
When a new cell is added to a notebook, if the previous cell contains #!sql-* or #!kql-* copy this line into the next cell.
**Is your feature request related to a problem? Please describe.** I think the variable sharing feature in dotnet interactive is awesome, however from what I understand [here ](https://github.com/dotnet/interactive/blob/main/docs/kernels-overview.md) it only...
Adding missing types and enforcing consistency
**The package and version I'm asking about**: .NET Interactive © 2020 Microsoft Corporation Version: 1.0.331401+f9a0736070089a9e182a96afc9c0142d2b81e5f5 Library version: 1.0.0-beta.22314.1+f9a0736070089a9e182a96afc9c0142d2b81e5f5 Build date: 2022-06-21T23:40:25.7409383Z https://github.com/dotnet/interactive ### Question Is there access to a cancellation...
When support for Python is added, we should make sure to pull in both the Jupyter keybindings extension and the Jupyter renderer extension as dependencies so as not to break/become...
This is an experiment to figure out the root cause of #2042.
**Is your feature request related to a problem? Please describe.** In Azure Data Explorer, I might craft a KQL query that relies on a collection of objects output by a...
**Is your feature request related to a problem? Please describe.** I wanted to experiment with notebooks in visual studio 2022 rather than visual studio code. I tried to follow the...
Hello ### Describe the bug When I try to use **Out-Gridview** in a code cell of a notebook with **.NET (PowerShell) kernel** it **fails**. Is there any way to use...