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

Requested by user during study: Ability to right click and select "Inspect Variable" which would open up the variable explorer to improve discoverability. Something like this: ![image](https://user-images.githubusercontent.com/19276747/184427550-d9408d3f-2328-4cbd-8a76-bdacc093eecf.png)

enhancement
Area-VS Code Extension

Not sure if this is possible, but it would be nice if I could right click on a variable and select "share" in the context menu to bring up the...

enhancement
Area-VS Code Extension
Area-Variable sharing

This PR is an attempt to isolate a bug in our tests or the test runner when using the Ubuntu 20.04 base image.

### Describe the bug Please provide as much information as you can. ### Please complete the following: The issue I'm tried to investigate from here : https://github.com/jowsy/bim-net-interactive/issues/2 I want try...

**The package and version I'm asking about**: ### Question Hi team, I have an idea about Jupyter Notebook can open in Autodesk Revit or Autodesk Autocad and use language C#...

question

.NET Interactive © 2020 Microsoft Corporation Version: 1.0.510102+2c9feb8daff54c194b638d355d18b5428480a786 Library version: 1.0.0-beta.24101.2+2c9feb8daff54c194b638d355d18b5428480a786 Build date: 2024-02-14T16:06:44.1477956Z ### Question So I'm trying to run the RProvider from an F# cell in a .NET...

question
waiting-on-feedback

**The package and version I'm asking about**: Version: 1.0.510102+2c9feb8daff54c194b638d355d18b5428480a786 Library version: 1.0.0-beta.24101.2+2c9feb8daff54c194b638d355d18b5428480a786 Build date: 2024-02-04T20:27:49.8530377Z ### Question ``` #r "nuget: Microsoft.Windows.SDK.NET.Ref, 10.0.22621.33" ``` Error: ``` error NU1213: The package Microsoft.Windows.SDK.NET.Ref...

question

cannot set any breakpoint neither click nor F9 in any type of notebook in vscode Version: 1.0.510102+2c9feb8daff54c194b638d355d18b5428480a786 Library version: 1.0.0-beta.24101.2+2c9feb8daff54c194b638d355d18b5428480a786 Build date: 2024-02-09T07:14:54.0100803Z - OS - [ x] Windows 11...

### Describe the bug When trigger "Format document" (alt+shift+f), VS Code prompts > There is no formatter for 'polyglot-notebook' files installed." ![image](https://github.com/dotnet/interactive/assets/5878412/abc4c6d8-c2f6-4916-9969-e93adb0b0ac8) Same result with both `.ipynb` and `.dib`. ###...

bug
Area-Polyglot Notebooks Extension

### Describe the bug It is easier to describe the behaviour with code than writing 😅 1. Create a new Polyglot Notebook (`.ipynb` Notebook and C# as the kernel) 2....