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 When exporting an `.ipynb` to HTML or PDF with multiple Mermaid cells, only one appears to render properly, and the remainder appear as generic error messages...
**Is your feature request related to a problem? Please describe.** Azure DevOps treat `.dib` extension as binary (see https://github.com/dotnet/interactive/issues/1583) – and they don't intend to change that (see https://github.com/dotnet/interactive/issues/1583#issuecomment-1761511119). **Describe...
### Describe the bug The kernelName and language show as csharp in the created Untitled-1.ipynb contents which only contains a single cell of type "F#". **Note:** It's a regression issue....
This pull request updates the following dependencies [marker]: (Begin:2d7dc296-2e67-45fe-c463-08dc11e32ec2) ## From https://github.com/dotnet/arcade - **Subscription**: 2d7dc296-2e67-45fe-c463-08dc11e32ec2 - **Build**: 20240821.4 - **Date Produced**: August 21, 2024 6:41:26 PM UTC - **Commit**: 4460b755f3c7c89e9660d9580ff79afc4218dd85...
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the...
Added steps to ensure our pipelines still run while we figure out a more automated way of publishing with the right permissions. Could use your review @colombod
Branch [main](https://github.com/dotnet/interactive/commits/main/) in `dotnet/interactive` repo can't be mirrored from GitHub to Azure DevOps [main](https://dev.azure.com/dnceng/internal/_git/dotnet-interactive?version=GBmain&_a=history) via fast forward. There was unexpected error during the mirroring process. `unpacking the sent packfile failed...
This PR introduces variable support for the kernel and changes the flow of Json grandchildren parsing Highlights: - HandleAsync looks if a submit code has the entire associated document in...