ihaskell-widgets: IPython standard widgets for IHaskell.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:


[Skip to Readme]

Properties

Versions 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.2.3.3, 0.4.0.0
Change log None available
Dependencies aeson (>=0.7), base (>=4.9 && <5), containers (>=0.5), ihaskell (>=0.6.4.1), ipython-kernel (>=0.6.1.2), scientific, singletons, 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 2019-04-26T19:29:14Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for ihaskell-widgets-0.2.3.3

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