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,954 10/2/2018
1.1.5 2,878 8/6/2018
1.1.3 2,727 8/5/2018
1.1.1 2,611 8/5/2018
1.0.4 2,515 8/5/2018
1.0.2 14,229 10/30/2016
1.0.1 3,179 9/6/2016
1.0.0 3,323 7/6/2016
0.4.10-beta 2,337 7/6/2016
0.4.9-beta 2,486 7/5/2016
0.4.8-beta 2,536 6/8/2016
0.4.7-beta 2,308 6/8/2016
0.4.6-beta 2,254 6/6/2016
0.4.5-beta 2,498 6/6/2016
0.4.4-beta 2,447 6/3/2016
0.4.3-beta 2,395 6/3/2016
0.4.2-beta 2,413 6/3/2016
0.4.1-beta 2,377 6/2/2016
0.4.0-beta 2,209 6/2/2016
0.3.21 2,556 6/30/2016
0.3.20 2,887 5/23/2016
0.3.19 2,956 4/19/2016
0.3.18 2,487 4/5/2016
0.3.17 4,527 1/18/2016
0.3.16 2,922 1/13/2016
0.3.15 2,420 1/13/2016
0.3.14 2,439 1/12/2016
0.3.13 2,570 1/12/2016
0.3.12 2,576 1/12/2016
0.3.11 2,742 12/8/2015
0.3.10 2,851 11/14/2015
0.3.9 2,568 11/11/2015
0.3.8 2,834 10/17/2015
0.3.7 2,596 10/17/2015
0.3.6 2,910 9/2/2015
0.3.5 3,148 7/9/2015
0.3.4 2,602 7/4/2015
0.3.3 2,615 7/3/2015
0.3.2 2,843 6/18/2015
0.3.1 2,407 6/15/2015
0.3.0 2,600 6/15/2015
0.2.7 3,392 5/3/2015
0.2.6 2,689 5/3/2015
0.2.5 2,603 5/3/2015
0.2.4 2,370 5/3/2015
0.2.3 2,866 4/29/2015
0.2.2 2,874 4/24/2015
0.2.1 2,666 4/24/2015
0.2.0 2,755 4/23/2015
0.1.4 2,733 3/17/2015
0.1.3 2,891 1/23/2015
0.1.2 2,522 1/22/2015
0.1.1 2,614 1/22/2015
0.1.0 2,825 1/22/2015
0.0.19 3,146 8/11/2014
0.0.18 4,266 8/5/2014
0.0.17 2,727 8/5/2014
0.0.16 3,116 6/23/2014
0.0.15 2,830 6/23/2014
0.0.14-beta 2,653 5/25/2014
0.0.13-beta 2,745 4/21/2014
0.0.12-beta 2,944 4/21/2014
0.0.11-beta 2,590 4/21/2014
0.0.10-beta 3,014 4/21/2014
0.0.9-beta 2,833 2/20/2014
0.0.8-beta 2,560 2/4/2014
0.0.7-beta 2,749 2/1/2014
0.0.6-beta 3,130 11/19/2013
0.0.5-beta 2,869 11/19/2013
0.0.4-beta 1,840 10/23/2013
0.0.1-beta 1,823 10/23/2013

- Fix incorrect use of __SOURCE_DIRECTORY__