v2.0-Beta
- Now with iPython Notebook 2.x Support (Tested with 1.2.1 and 2.0)
- Added NuGet integration
- Added Util module for formatting data for use with Display
e.g.
Util.Table(data) |> Display // Show an HTML Table
Util.Math("2*2") |> Display // Format with Latexand more!