interactive icon indicating copy to clipboard operation
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...

Results 517 interactive issues
Sort by recently updated
recently updated
newest added

When a new cell is added to a notebook, if the previous cell contains #!sql-* or #!kql-* copy this line into the next cell.

enhancement
Area-VS Code Extension
Impact-Low

**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...

enhancement
Impact-High
Area-Variable sharing
Area-Python

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...

question
Needs documentation

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...

Area-VS Code Extension
Impact-Medium

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...

bug
Impact-Medium
Area-SQL / data querying

**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...

enhancement
Area-VisualStudio

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...

bug
Area-PowerShell
Impact-Low