IfSharp Versions Save

F# for Jupyter Notebooks

v3.0.0-alpha1

8 years ago

Test release with Jupyter support.

v2.0.2-Beta

9 years ago
  • Intellisense now more consistent
  • Added #r and #load intellisense support

v2.0.1-Beta

9 years ago
  • Added support for custom printers during runtime
  • 64-bit ONLY
  • Always auto install on launch
  • Added gcAllowVeryLargeObjects
  • Support for multiple NuGet sources (semicolon separated) in app.config
  • Support for NuGet preprocessing in the include.fsx file
  • Last value is automatically displayed as pyout
  • Added support for inline error message (red squiggly lines). This is invoked whenever intellisense is invoked (ctrl+space) or period

v2.0-Beta

10 years ago
  • 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.

v1.0-Beta

10 years ago

Initial release. Not yet signed and so Windows will prompt the user with a warning on install.