ihaskell-widgets: IPython standard widgets for IHaskell.

[ library, mit, unclassified ] [ Propose Tags ]

Modules

[Last Documentation]

  • IHaskell
    • Display
      • IHaskell.Display.Widgets

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.2.0, 0.2.2.1, 0.2.3.1, 0.2.3.2, 0.2.3.3, 0.4.0.0
Dependencies aeson (>=0.7 && <0.9), base (>=4.7 && <4.9), containers (>=0.5), ihaskell (>=0.6.4.1), ipython-kernel (>=0.6.1.2), nats, scientific, singletons (>=0.9.0), text (>=0.11), unix, unordered-containers, vector, vinyl (>=0.5) [details]
License MIT
Author Sumit Sahrawat
Maintainer Sumit Sahrawat <sumit.sahrawat.apm13@iitbhu.ac.in>, Andrew Gibiansky <andrew.gibiansky@gmail.com>
Revised Revision 1 made by gibiansky at 2015-08-12T04:46:43Z
Home page http://www.github.com/gibiansky/IHaskell
Uploaded by gibiansky at 2015-08-12T04:44:58Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4597 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-02 [all 6 reports]

Readme for ihaskell-widgets-0.1.0.0

[back to package description]

IHaskell-Widgets

This package implements the ipython widgets in IHaskell. The frontend (javascript) is provided by the jupyter/ipython notebook environment, whereas the backend is implemented in haskell.

To know more about the widget messaging protocol, see MsgSpec.md.