https://github.com/fslaborg/zzarchive-oreilly.report
Source code for the "Analyzing and Visualizing Data with F#" report by O'Reilly
https://github.com/fslaborg/zzarchive-oreilly.report
Last synced: 7 months ago
JSON representation
Source code for the "Analyzing and Visualizing Data with F#" report by O'Reilly
- Host: GitHub
- URL: https://github.com/fslaborg/zzarchive-oreilly.report
- Owner: fslaborg
- Created: 2015-10-14T14:50:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T14:48:08.000Z (over 10 years ago)
- Last Synced: 2025-04-27T15:24:59.506Z (about 1 year ago)
- Language: F#
- Homepage: http://www.oreilly.com/programming/free/analyzing-visualizing-data-f-sharp.csp
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Analyzing and Visualizing Data with F#
======================================
This repository contains source code for a report "Analyzing and Visualizing Data with F#" (to be) publsihed by O'Reilly.
Running the code
----------------
To run the code, download the source code or clone the repository. Then you need to restore packages. We are using the [Paket package manager](http://fsprojects.github.io/Paket/) for package management. If you are inside Xamarin Studio, MonoDevelop or Visual Studio, you should be able to just open the solution and build it. Alternatively, you can invoke Paket directly (on Windows, drop the `mono` prefix and use backslash):
mono paket/paket.bootstrapper.exe
mono paket/paket.exe restore