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...
### 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...
The Polyglot Notebooks JavaScript kernel does not currently support code completion.
**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...
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...
**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...
### 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...
### 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...
### 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).  I would expect the result to show me the actual...
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...