ihaskell-widgets: IPython standard widgets for IHaskell.

[ library, mit, unclassified ] [ Propose Tags ]

Modules

[Last Documentation]

  • IHaskell
    • Display
      • IHaskell.Display.Widgets
        • IHaskell.Display.Widgets.Interactive

Downloads

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), base (>=4.7 && <5), 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>
Home page http://www.github.com/gibiansky/IHaskell
Uploaded by VaibhavSagar at 2017-12-24T14:45:39Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4596 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 2017-12-24 [all 2 reports]

Readme for ihaskell-widgets-0.2.3.2

[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.