FsLab 1.1.6

dotnet add package FsLab --version 1.1.6
                    
NuGet\Install-Package FsLab -Version 1.1.6
                    
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="FsLab" Version="1.1.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FsLab" Version="1.1.6" />
                    
Directory.Packages.props
<PackageReference Include="FsLab" />
                    
Project file
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 FsLab --version 1.1.6
                    
#r "nuget: FsLab, 1.1.6"
                    
#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 FsLab@1.1.6
                    
#: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=FsLab&version=1.1.6
                    
Install as a Cake Addin
#tool nuget:?package=FsLab&version=1.1.6
                    
Install as a Cake Tool

FsLab is a combination package that supports doing data science with F#. FsLab includes literate scripting converted to HTML and PDF, and by default references Deedle (a data frame library), FSharp.Data (for data access) and XPlot (for visualization). You can optionally add any other nuget packages.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
1.1.6 8,908 10/2/2018
1.1.5 2,826 8/6/2018
1.1.3 2,678 8/5/2018
1.1.1 2,560 8/5/2018
1.0.4 2,466 8/5/2018
1.0.2 14,176 10/30/2016
1.0.1 3,127 9/6/2016
1.0.0 3,272 7/6/2016
0.4.10-beta 2,286 7/6/2016
0.4.9-beta 2,435 7/5/2016
0.4.8-beta 2,481 6/8/2016
0.4.7-beta 2,255 6/8/2016
0.4.6-beta 2,199 6/6/2016
0.4.5-beta 2,447 6/6/2016
0.4.4-beta 2,396 6/3/2016
0.4.3-beta 2,348 6/3/2016
0.4.2-beta 2,355 6/3/2016
0.4.1-beta 2,327 6/2/2016
0.4.0-beta 2,159 6/2/2016
0.3.21 2,503 6/30/2016
0.3.20 2,833 5/23/2016
0.3.19 2,903 4/19/2016
0.3.18 2,433 4/5/2016
0.3.17 4,478 1/18/2016
0.3.16 2,851 1/13/2016
0.3.15 2,368 1/13/2016
0.3.14 2,383 1/12/2016
0.3.13 2,523 1/12/2016
0.3.12 2,528 1/12/2016
0.3.11 2,694 12/8/2015
0.3.10 2,799 11/14/2015
0.3.9 2,511 11/11/2015
0.3.8 2,784 10/17/2015
0.3.7 2,546 10/17/2015
0.3.6 2,857 9/2/2015
0.3.5 3,094 7/9/2015
0.3.4 2,553 7/4/2015
0.3.3 2,566 7/3/2015
0.3.2 2,789 6/18/2015
0.3.1 2,355 6/15/2015
0.3.0 2,544 6/15/2015
0.2.7 3,339 5/3/2015
0.2.6 2,628 5/3/2015
0.2.5 2,550 5/3/2015
0.2.4 2,316 5/3/2015
0.2.3 2,818 4/29/2015
0.2.2 2,816 4/24/2015
0.2.1 2,613 4/24/2015
0.2.0 2,707 4/23/2015
0.1.4 2,674 3/17/2015
0.1.3 2,842 1/23/2015
0.1.2 2,467 1/22/2015
0.1.1 2,559 1/22/2015
0.1.0 2,767 1/22/2015
0.0.19 3,091 8/11/2014
0.0.18 4,212 8/5/2014
0.0.17 2,674 8/5/2014
0.0.16 3,061 6/23/2014
0.0.15 2,772 6/23/2014
0.0.14-beta 2,599 5/25/2014
0.0.13-beta 2,691 4/21/2014
0.0.12-beta 2,889 4/21/2014
0.0.11-beta 2,533 4/21/2014
0.0.10-beta 2,956 4/21/2014
0.0.9-beta 2,780 2/20/2014
0.0.8-beta 2,505 2/4/2014
0.0.7-beta 2,695 2/1/2014
0.0.6-beta 3,079 11/19/2013
0.0.5-beta 2,807 11/19/2013
0.0.4-beta 1,782 10/23/2013
0.0.1-beta 1,769 10/23/2013

- Fix incorrect use of __SOURCE_DIRECTORY__