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

### Describe the bug The input() function results in an error: "StdinNotImplementedError: raw_input was called, but this frontend does not support input requests." which prevents users from providing an input...

Area-Jupyter subkernels

The Polyglot Notebooks JavaScript kernel does not currently support code completion.

enhancement
Area-Language Services
Area-Polyglot Notebooks Extension
Area-JavaScript HTML CSS

**Is your feature request related to a problem? Please describe.** When I call shell commands, I have to use the Process class, which is troublesome. ``` Process process = new...

enhancement

Since it became possible to restart extensions without restarting VS Code, the possibility has emerged for a Polyglot Notebooks extension update to cause the extension to get out of sync...

bug
Area-Polyglot Notebooks Extension

**Description:** I observed that when printing a boolean result in Polyglot Notebooks using the KQL magic command, the value is displayed as `1` instead of the expected `true`. This behavior...

Area-SQL / data querying

### Describe the bug I am copying cells from one notebook to another. The kernel selection on those cells are automatically changed to be the default kernel of the second...

bug
Area-Polyglot Notebooks Extension

### Describe the bug I try to use Polyglot notebook extension with mixed csharp and python in Visual Studio Code. My steps are: 1. notebook use .NET Interactive as kernel...

bug
duplicate
Area-Jupyter subkernels

### Describe the bug I encountered an issue while working with Polyglot Notebooks using KQL. When using [`dynamic` literals](https://learn.microsoft.com/en-us/kusto/query/scalar-data-types/dynamic?view=microsoft-fabric). ![Image](https://github.com/user-attachments/assets/5cd9e3b3-a1c5-41f9-af8a-f588275dec55) I would expect the result to show me the actual...

bug
Area-SQL / data querying

when copying code, an extra '>' character exists which disrupts the execution of the code, user might think that there is another problem since its the first character of cmd.

**The package and version I'm asking about**: latest ### Question I have created my own ConnectKernelDirective and connect to a kernel via SignalR (not the one included). However, I don't...

question