SymbolicNet6.Interactive.Extension
0.1.0-alpha1
This is a prerelease version of SymbolicNet6.Interactive.Extension.
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 SymbolicNet6.Interactive.Extension --version 0.1.0-alpha1
NuGet\Install-Package SymbolicNet6.Interactive.Extension -Version 0.1.0-alpha1
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="SymbolicNet6.Interactive.Extension" Version="0.1.0-alpha1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SymbolicNet6.Interactive.Extension" Version="0.1.0-alpha1" />
<PackageReference Include="SymbolicNet6.Interactive.Extension" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SymbolicNet6.Interactive.Extension --version 0.1.0-alpha1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SymbolicNet6.Interactive.Extension, 0.1.0-alpha1"
#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.
#:package SymbolicNet6.Interactive.Extension@0.1.0-alpha1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SymbolicNet6.Interactive.Extension&version=0.1.0-alpha1&prerelease
#tool nuget:?package=SymbolicNet6.Interactive.Extension&version=0.1.0-alpha1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SymbolicNet6.Interactive.Extension
This experimental .NET Interactive extension renders MathNet.Symbolics.Expression values as canonical FSSTL text.
#r "nuget: SymbolicNet6.Interactive.Extension, 0.1.0-alpha1"
open MathNet.Symbolics
open SymbolicNet6.Interactive.Extension
let expression = FsStl.parseExpressionOrThrow "VALUE(MACD,EXTERNAL_SERIES(\"MACD_30K\"))"
expression
The last line is rendered as canonical FSSTL. A finite seq<Expression> is rendered as a multiline FSSTL script.
seq {
FsStl.parseExpressionOrThrow "VALUE(FAST,SMA(CLOSE,5))"
FsStl.parseExpressionOrThrow "VALUE(SLOW,SMA(CLOSE,20))"
}
FsStlFormatter.formatExpression and FsStlFormatter.formatScript expose the same conversion for explicit use outside notebook output formatting.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- FAkka.Mathnet.Symbolic (>= 10.1.302-win13)
- FSharp.Core (>= 10.1.302)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-alpha4 | 64 | 9/6/2026 |
| 0.1.0-alpha3 | 64 | 9/6/2026 |
| 0.1.0-alpha2 | 69 | 8/18/2026 |
| 0.1.0-alpha1 | 77 | 8/16/2026 |