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 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...
### 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...
**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...
### 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...
### 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...
need to run initialize cell 3 times before it hits notebooks will run infinity, need to restart vscode can you fix?
### 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...
### 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:...