- 12 Sep, 2015 1 commit
-
-
Sumit Sahrawat authored
-
- 11 Sep, 2015 3 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.
-
- 06 Sep, 2015 1 commit
-
-
Andrew Gibiansky authored
-
- 31 Aug, 2015 1 commit
-
-
Andrew Gibiansky authored
-
- 26 Aug, 2015 2 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 16 Aug, 2015 1 commit
-
-
Andrew Gibiansky authored
-
- 11 Aug, 2015 1 commit
-
-
Andrew Gibiansky authored
-
- 24 Jul, 2015 1 commit
-
-
Sumit Sahrawat authored
-
- 22 Jul, 2015 4 commits
-
-
Joe Hendrix authored
-
Joe Hendrix authored
-
Joe Hendrix authored
-
Joe Hendrix authored
-
- 17 Jul, 2015 1 commit
-
-
Joe Hendrix authored
-
- 13 Jul, 2015 1 commit
-
-
Sumit Sahrawat authored
- Also added on_display handler (still unused though). - Add uuidToString for UUIDs. -
-
- 26 Jun, 2015 1 commit
-
-
Sumit Sahrawat authored
-
- 25 Jun, 2015 1 commit
-
-
Sumit Sahrawat authored
- Add support for `clear_output` - Rename `setOutput` to `appendOutput`
-
- 11 Jun, 2015 1 commit
-
-
Sumit Sahrawat authored
- Return of the newlines: Add all newlines once again - Provide better comments - Remove `sender` - Consistently use set and get prefixed functions
-
- 10 Jun, 2015 1 commit
-
-
Sumit Sahrawat authored
-
- 14 May, 2015 1 commit
-
-
Andrew Gibiansky authored
-
- 13 May, 2015 1 commit
-
-
Sumit Sahrawat authored
-
- 14 Apr, 2015 1 commit
-
-
Andrew Gibiansky authored
-
- 13 Apr, 2015 1 commit
-
-
Sumit Sahrawat authored
-
- 30 Mar, 2015 1 commit
-
-
Adam C. Foltzer authored
This allows removing the unix dependency for ipython-kernel, and seems like the right thing to do as the Stdin module is very specific to the case of running a Haskell kernel.
-
- 21 Mar, 2015 2 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 17 Mar, 2015 3 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 16 Mar, 2015 1 commit
-
-
Andrew Gibiansky authored
-
- 06 Mar, 2015 1 commit
-
-
Andrew Gibiansky authored
-
- 03 Mar, 2015 1 commit
-
-
Andrew Gibiansky authored
-
- 02 Mar, 2015 2 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 13 Jan, 2015 1 commit
-
-
David Raymond Christiansen authored
Now, EasyKernel supports installing a .tar file containing it's ipython profile, which includes information about how to launch the executable.
-
- 10 Jan, 2015 1 commit
-
-
David Raymond Christiansen authored
-
- 09 Jan, 2015 1 commit
-
-
David Raymond Christiansen authored
The module IHaskell.IPython.EasyKernel provides automation for writing simple IPython kernels. In particular, it provides a record type that defines configurations and a function that interprets a configuration as an action in some monad that can do IO. The configuration consists primarily of functions that implement the various features of a kernel, such as running code, looking up documentation, and performing completion. An example for a simple language that nevertheless has side effects, global state, and timing effects is included in the examples directory in a file called Calc.hs. Presently, there is no automation for creating the profile in the .ipython directory. One should follow the IPython instructions for this.
-
- 23 Nov, 2014 1 commit
-
-
Andrew Gibiansky authored
-