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

Area-VS Code Extension
Impact-Low
Area-Messaging and Comms

Currently they only show "Loading...": ![image](https://user-images.githubusercontent.com/547415/92164566-67556000-edea-11ea-9d55-f7ba27871e03.png)

Area-Language Services
Impact-Low

### Describe the bug Setting up a docker container from scratch using alpine image. Everything builds as shown in the screenshot but whenever I create a new C#/PS notebook, it...

bug
Area-PowerShell
Impact-Medium
External

**The package and version I'm asking about**: ``` .NET Interactive © 2020 Microsoft Corporation Version: 1.0.336204+b3c79a386ecdd5b487649ae0f557851a5da43df9 Library version: 1.0.0-beta.22362.4+b3c79a386ecdd5b487649ae0f557851a5da43df9 Build date: 2022-08-03T08:23:13.2723164Z ``` ### Question Hello. Is there any way...

question

### Describe the bug Dotnet-interactive processes continue running even after shutdown/restart kernel commands issued form the VSCode UI and quitting the VSCode app. After investigating slow down issues on my...

bug
Area-VS Code Extension
Impact-High

## Steps to reproduce: I connected to a VSCode internal table and queried for a specific event. The columns I was after contained JSON as a data type and all...

bug
Impact-Medium
Area-SQL / data querying

**The package and version I'm asking about**: ![image](https://user-images.githubusercontent.com/22816484/182201574-9000085a-9eec-4a4f-b5c5-acf81026c70e.png) ### Question How do I hide the *index* column in the output below? ![image](https://user-images.githubusercontent.com/22816484/182202029-b0a43732-eee1-4542-a63d-56ba3d1680bd.png)

question

To have a clear delineation between kernel and database, let's change the "--kernel-name" parameter for KQL and SQL to "--database-name" We can leave support for the old syntax and recommend...

Needs more discussion

When stopping/restarting the backing process from the VS Code extension, we [blindly call `.kill()`](https://github.com/dotnet/interactive/blob/e47da735a08e4a0e65a2cf0c365d0b1b4efddc49/src/dotnet-interactive-vscode-common/src/stdioDotnetInteractiveChannel.ts#L211), but some kernels, particularly remote proxies, might need to clean up some resources. We should first...

enhancement
Area-VS Code Extension

### Describe the bug Zoom level is only possible for output blocks. It should be available for all blocks. ### Please complete the following: **Which version of .NET Interactive are...

bug
External
Area-VisualStudio