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...
Currently they only show "Loading...": 
### 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...
**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...
### 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...
## 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...
**The package and version I'm asking about**:  ### Question How do I hide the *index* column in the output below? 
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...
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...
### 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...