Skip to content

v2.0-Beta

Choose a tag to compare

@Rickasaurus Rickasaurus released this 16 Apr 17:42
  • 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 Latex

and more!

See the docs for more details.