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...
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: 
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...
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#...
.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...
**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...
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."  Same result with both `.ipynb` and `.dib`. ###...
### 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....