- 28 Oct, 2015 3 commits
-
-
Sumit Sahrawat authored
These messages are used by console frontends to check whether the current input is complete or not. If it is not complete, the next line is treated as the continuation of the code, and a '...' prompt is used to show that. To provide support for qtconsole, I have made it such that IHaskell always responds to an is_complete_request by saying that the code is complete, which only allows for single line inputs.
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
-
- 27 Oct, 2015 1 commit
-
-
Andrew Gibiansky authored
New message types for ipython-kernel
-
- 26 Oct, 2015 5 commits
-
-
Tom McLaughlin authored
-
Tom McLaughlin authored
-
Tom McLaughlin authored
-
Tom McLaughlin authored
-
Tom McLaughlin authored
-
- 18 Oct, 2015 1 commit
-
-
Sumit Sahrawat authored
-
- 16 Oct, 2015 3 commits
- 12 Oct, 2015 2 commits
-
-
Andrew Gibiansky authored
Added some directives about using stack to manually install IHaskell,…
-
artuuge authored
-
- 09 Oct, 2015 1 commit
-
-
guillaumecherel authored
Added some directives about using stack to manually install IHaskell, and how to deal with the libiconv issue in OS X.
-
- 08 Oct, 2015 3 commits
-
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
+ Some minor formatting fixes. + Add IHaskell.Display.Widgets.Types to hindent ignored_files. + Remove some extensions and unused imports.
-
- 06 Oct, 2015 5 commits
-
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
+ Add ChangeLog.md + Modify `Introduction to Widgets.ipynb` to reflect changes to `properties`
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 03 Oct, 2015 1 commit
-
-
Sumit Sahrawat authored
Change error message from an uncaught exception to an actual error message.
-
- 28 Sep, 2015 1 commit
-
-
Sumit Sahrawat authored
+ hmatrix >= 0.10 && <0.17, + singletons >= 0.9.0 && <2.0.0.0
-
- 21 Sep, 2015 3 commits
-
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
Found issues with the PlaceProxy implementation. (Unresolved)
-
- 16 Sep, 2015 1 commit
-
-
Sumit Sahrawat authored
* [BUGFIX]: Fix bug with width, height etc. values The values needed to be explicitly sent as "<value>(px/em/...)" strings. Solved by assuming "px" for all values. * Updated messaging specification documentation as necessary.
-
- 14 Sep, 2015 2 commits
-
-
Andrew Gibiansky authored
Adding new widgets
-
Sumit Sahrawat authored
+ Valid: A widget to display boolean values + Proxy: A widget that contains at most one DOMWidget in it + PlaceProxy: A Proxy widget with a selector (string) value. Will have to investigate how the selector is used by PlaceProxy.
-
- 12 Sep, 2015 4 commits
-
-
Andrew Gibiansky authored
Make widget messages match with IPywidgets
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
-
- 11 Sep, 2015 4 commits
-
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
The ihaskell-widgets should send messages identical to what the IPywidgets send. This has not been tested as there are some unresolved issues in IHaskell that surface only if ipywidgets is installed.
-
Andrew Gibiansky authored
-