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 I have noticed that occasionally, the language type ("cell kernel") of a cell changes from F# to C# without my having touched the cell kernel selection....
### Describe the bug Types registered with `text/html` MIME type do not display in vscode.dev or github.dev. This can be observed by running [one of the HousingML sample notebooks](https://github.com/dotnet/interactive/blob/bc12bb7969ef019c58c96139668e4a9f2cf1ac2e/samples/notebooks/csharp/Samples/HousingML.ipynb#L4) in...
**Is your feature request related to a problem? Please describe.** - Senario1: Working with `.dib` file. When semantic highlighting is disabled in vscode, nothing is colorized in cells. When enabled,...
### Describe the bug After loading System.Net.Http.Json the assembly is not loaded: #r "nuget:System.Net.Http.Json" using System.Net.Http.Json; results in > The type or namespace name 'Json' does not exist in the...
### Describe the bug When I run ```CSX #r "nuget: Azure.Identity, 1.10.1" ``` I get ``` \nuget\Projects\3360--a4a684bf-6f1e-44e7-8ba4-aff69777dc2d\Project.fsproj : error NU1101: Unable to find package Azure.Identity. No packages exist with this...
**Is your feature request related to a problem? Please describe.** Default authentication is not available when using HTTP requests. Specifically, the problem I have encountered is with windows authentication. **Describe...
🐛Bug: Unable to install/reference `System.Threading.Tasks.Dataflow` library in interactive notebook
### Describe the bug 👋 Hey there! I'm having a problem installing the `System.Threading.Tasks.Dataflow` library from within a Polyglot notebook. No message is produced on the initial message and all...
Type: Question 1. Install C# Dev Kit and Polyglot notebooks extension; 2. Open command center, select "Ployglot :Create new blank notebook"; 3. Error dialog appears: ``` Command 'Ployglot Notebook: Create...
First I want to say that polyglot notebooks are fantastic including all the extensions. I also love support for SQLite as it is very useful when prototyping SQL schemas and...
### Dotnet Interactive MSSQL I'm using the latest version of VSCODE and follow the instructions but some error happens and says: Error: The required command was not provided. ### Code:...