Microsoft.DotNet.Interactive.FSharp
1.0.0-beta.21553.5
Prefix Reserved
This is a prerelease version of Microsoft.DotNet.Interactive.FSharp.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Microsoft.DotNet.Interactive.FSharp --version 1.0.0-beta.21553.5
NuGet\Install-Package Microsoft.DotNet.Interactive.FSharp -Version 1.0.0-beta.21553.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.DotNet.Interactive.FSharp" Version="1.0.0-beta.21553.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.DotNet.Interactive.FSharp --version 1.0.0-beta.21553.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.DotNet.Interactive.FSharp, 1.0.0-beta.21553.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.DotNet.Interactive.FSharp as a Cake Addin #addin nuget:?package=Microsoft.DotNet.Interactive.FSharp&version=1.0.0-beta.21553.5&prerelease // Install Microsoft.DotNet.Interactive.FSharp as a Cake Tool #tool nuget:?package=Microsoft.DotNet.Interactive.FSharp&version=1.0.0-beta.21553.5&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Microsoft.DotNet.Interactive.Kernel implementation for F#
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- FSharp.Compiler.Service (>= 41.0.1)
- FSharp.Core (>= 6.0.1)
- Microsoft.CodeAnalysis.Workspaces.Common (>= 3.11.0)
- Microsoft.DotNet.Interactive (= 1.0.0-beta.21553.5)
- Microsoft.DotNet.Interactive.Formatting (= 1.0.0-beta.21553.5)
- Microsoft.DotNet.Interactive.PackageManagement (= 1.0.0-beta.21553.5)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Microsoft.DotNet.Interactive.FSharp:
Package | Downloads |
---|---|
Microsoft.DotNet.Interactive.Jupyter
Enables connection to Jupyter kernels as .NET Interactive subkernels |
|
RazorInteractive
Renders Razor markup in dotnet-interactive notebooks. |
|
IPlot.Interactive
Charting library for generating charts with HighCharts or Plotly |
|
NaiveSharpEval
Naive evaluator for C# and F# code based on dotnet/interactive |
|
FluidInteractive
Renders Fluid templates in dotnet-interactive notebooks. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Microsoft.DotNet.Interactive.FSharp:
Repository | Stars |
---|---|
dotnet/interactive
.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 you couldn't before.
|
|
asc-community/AngouriMath
New open-source cross-platform symbolic algebra library for C# and F#. Can be used for both production and research purposes.
|
|
jonsequitur/dotnet-repl
A polyglot REPL built on .NET Interactive
|