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

**_Update: These changes are now available in VS Code Insiders._** # Magic command API redesign ## Background and motivations In the early days of .NET Interactive, providing magic command features...

enhancement

TLDR: Is there a limit to the number of kernels in a composite kernel? Is managing a large number of them scalable? While waiting for good Wasm usability (multithreading support,...

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
Area-Jupyter sub-kernels

- [ ] #3567 @jonsequitur - [ ] https://github.com/dotnet/interactive/issues/992 @jonsequitur - [ ] https://github.com/dotnet/interactive/issues/3323 @jonsequitur - [ ] https://github.com/dotnet/interactive/issues/3194 @jonsequitur

Plan

**The package and version I'm asking about**: `#!about` .NET Interactive© 2020 Microsoft CorporationVersion: 1.0.522904+cdfa48b2ea1a27dfe0f545c42a34fd3ec7119074Library version: 1.0.0-beta.24229.4+cdfa48b2ea1a27dfe0f545c42a34fd3ec7119074Build date: 2024-06-18T14:05:06.2954464Zhttps://github.com/dotnet/interactive ### Question I wanna use a nuget package [Microsoft.Azure.Kinect.Sensor](https://www.nuget.org/packages/Microsoft.Azure.Kinect.Sensor/) in jupyter notebook...

question

**Describe the bug** When saving the newly created .dib/ipynb file, the cell execution results will be disappeared and these files still in unsaved status. If we want to close them,...

### Describe the bug We fail to execute the cell with very simple F# code "1+1". The cell is kept in running status and can't be stopped in the newly...

Since there seems to already be support for sqlite, something similar seems possible for DuckDB? Polyglot notebooks could really use DuckDB's great file I/O capabilities for data wrangling tasks. I...

enhancement

**Problem:** I cant change if the kernel is running as 32 or 64 bits process. This could be useful in some cases, for example for dealing with COM libraries on...

enhancement

Version: 1.0.522904+cdfa48b2ea1a27dfe0f545c42a34fd3ec7119074 is there something fundamental why the below doesn't work? Due to the fact that vars are shared but their types are not? It would be a killer feature,...

question
waiting-on-feedback
Area-Variable sharing