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 Stop Execution button on polyglot notebook doesn't stop the execution of an infinite for loop such as: ``` for ( ; ; ) { //......

**The package and version I'm asking about**: ``` Version: 1.0.461101+09b2630eed4bf45ad5c843caa3420ad14fbcd596 Library version: 1.0.0-beta.23611.1+09b2630eed4bf45ad5c843caa3420ad14fbcd596 ``` ### Question We use Azure AD auth (with MFA) for database access (Azure SQL), I'm struggling...

question

### Describe the bug Please provide as much information as you can. ### Please complete the following: **Which version of .NET Interactive are you using?** (In a notebook, run the...

bug
waiting-on-feedback
Area-SQL / data querying

**Is your feature request related to a problem? Please describe.** Right now it's difficult to get XPlot.Net working with the Microsoft.Data.Analysis DataFrame due to compatibility issues in Type versions. On...

Area-Documentation
enhancement
help wanted

### Describe the bug When adding a markdown cell to a polyglot notebook, the rendered markdown does not apply styles that I have set in a "styles.css" file, which my...

External

### Describe the bug Submitting a re-entrant command to F# kernel fails ```fsharp let reentrant() = async { let! _ = SubmitCode("""let b = $"{a} re-entrant" """, "fsharp") |> Kernel.Root.SendAsync...

bug
Area-F#
Impact-Medium

need to run initialize cell 3 times before it hits notebooks will run infinity, need to restart vscode can you fix?

bug
waiting-on-feedback

### Describe the bug I've tried using `KernelInvocationContext.Current.CancellationToken` to cancel long-running tasks as described [here](https://github.com/dotnet/interactive/issues/2115#issuecomment-1169468387) but it rarely ever works. ### Please complete the following: **Which version of .NET Interactive...

Impact-Medium
Needs verification

enhancement
Area-Packages and Extensions
Area-Language Services

### Describe the bug not launching vvv You must install .NET to run this application. Architecture: x64 App host version: 8.0.0 .NET location: Not found vvv Download the .NET runtime:...

Area-Installation
waiting-on-feedback