Dash.NET
0.2.0-alpha.5
dotnet add package Dash.NET --version 0.2.0-alpha.5
NuGet\Install-Package Dash.NET -Version 0.2.0-alpha.5
<PackageReference Include="Dash.NET" Version="0.2.0-alpha.5" />
paket add Dash.NET --version 0.2.0-alpha.5
#r "nuget: Dash.NET, 0.2.0-alpha.5"
// Install Dash.NET as a Cake Addin #addin nuget:?package=Dash.NET&version=0.2.0-alpha.5&prerelease // Install Dash.NET as a Cake Tool #tool nuget:?package=Dash.NET&version=0.2.0-alpha.5&prerelease
Dotnet interface for Dash - the most downloaded framework for building ML and data science web apps - written in F#. This package contains the core implementation of dash for .NET such as callbacks, html and core components.
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. |
-
net5.0
- DynamicObj (>= 0.2.0)
- Feliz.Engine (>= 1.0.0-beta-004)
- FSharp.Core (>= 5.0.0)
- Plotly.NET (>= 2.0.0-preview.9)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Dash.NET:
Package | Downloads |
---|---|
Dash.NET.Giraffe
Giraffe backend implementation for Dash.NET |
|
Dash.NET.Suave
A Suave backend implementation for Dash.NET |
|
Dash.NET.Interactive
A Dash.NET visualizer extension for Dot NET Interactive |
|
SampleDashComponent
A sample dash component. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.2.0-alpha.5 | 346 | 10/14/2021 |
0.2.0-alpha.4 | 139 | 10/14/2021 |
0.2.0-alpha.3 | 160 | 10/13/2021 |
0.2.0-alpha.2 | 155 | 10/12/2021 |
0.2.0-alpha.1 | 176 | 10/5/2021 |
0.1.0-alpha9 | 323 | 6/16/2021 |
0.1.0-alpha8 | 201 | 2/4/2021 |
0.1.0-alpha7 | 224 | 1/24/2021 |
0.1.0-alpha6 | 266 | 11/19/2020 |
0.1.0-alpha5 | 282 | 10/20/2020 |
0.1.0-alpha4 | 270 | 10/20/2020 |
0.1.0-alpha3 | 264 | 10/14/2020 |
0.1.0-alpha2 | 277 | 10/13/2020 |
0.1.0-alpha | 312 | 10/6/2020 |
0.0.1-alpha | 457 | 9/23/2020 |
The Dash.NET backend has been separated into a core project and 2 backend implementations for Giraffe (Dash.NET.Giraffe) and Suave (Dash.NET.Suave)
Dash.NET.Giraffe**
[Create Dash.NET backend implementation for Giraffe](https://github.com/plotly/Dash.NET/pull/24)
Dash.NET.Suave**
[Create Dash.NET backend implementation for Suave](https://github.com/plotly/Dash.NET/pull/24)
Dash.NET** (core)
[Add DashTable (Known issue with deserializing properties)](https://github.com/plotly/Dash.NET/commit/bd453994192b219c397f35afd221b1994b46c2c2)
[Add Markdown core component](https://github.com/plotly/Dash.NET/commit/cd9fe348b7a3e5f7e92ddd513531139c097a5eda)
[Add Checklist core component](https://github.com/plotly/Dash.NET/commit/d7860b4e968506d14f694cf927115a17debc7783)
[Add Interval core component](https://github.com/plotly/Dash.NET/commit/afa5c245da5291d3a075e0811c9de97067953406)
[Add Location core component](https://github.com/plotly/Dash.NET/commit/a65629b79a64ae5d5144386700a60091b5239b4c)
[Add Slider core component](https://github.com/plotly/Dash.NET/commit/f440d9f9fa65e02d6415c5534f2e2e9b31e42f30)
[Add component generation](https://github.com/plotly/Dash.NET/pull/16)
[Auto open some common submodules](https://github.com/plotly/Dash.NET/commit/552ea0ea151abfe8e6495dcb713bff86dbbb47e9)
[Use Feliz.Engine for HTML and CSS DSL - thanks [@kaashyapan](https://github.com/kaashyapan)](https://github.com/plotly/Dash.NET/commit/6fb16df9a22caa754afe596f286107225d5c320c)
[Target .NET 5](https://github.com/plotly/Dash.NET/commit/03e5f2a6cdbcd29bd8d6cccda83399bbc3b3a756)
[Enable callback evaluation for boxed IConvertible sequences as well](https://github.com/plotly/Dash.NET/commit/49fcae9b281d0124013ab9b6b8b50eeb96875a88)
[Vastly refactor callback, add multi-output callbacks](https://github.com/plotly/Dash.NET/commit/66ba10d93aebeed550c3bbbfa5f4e640057e5cee)
[Add custom operators and the CallbackBinding type](https://github.com/plotly/Dash.NET/commit/a75eac6ee30e475f0653e8aa2f05fc30c9ac39dd)
[Init Component Property DSL](https://github.com/plotly/Dash.NET/commit/4ee018ff94676751f972392b0daf31e1254d5dc1)
[Improve type safety/conversion for callback functions](https://github.com/plotly/Dash.NET/commit/78439fb9f974b20514c2d8f696cb4126f9a67807)
[Add rudimentary support for HTML components](https://github.com/plotly/Dash.NET/commit/42f846417cc811d379a0635493dc8c176a356297)
[Add possibility to add custom CSS/scripts to the Dash app](https://github.com/plotly/Dash.NET/commit/0a812476afa0f31b9c698cd4ee1a1e3ff40a7a62)
[Add Tabs and Tab core components]()
[Auto generate id for callback registration](https://github.com/plotly/Dash.NET/commit/0b9cd854b6c42463523199048130a729558ccbc5)
[Prevent initial callback calls per default](https://github.com/plotly/Dash.NET/commit/a9e6c632dfa8736afb055a3340b6513490ea6d23)
[Add Store core component](https://github.com/plotly/Dash.NET/commit/0b9cd854b6c42463523199048130a729558ccbc5)
[Add RadioItems core component](https://github.com/plotly/Dash.NET/commit/9010769db4fc65f496ece6ed47c0113a6d6f5b28)