- 24 Feb, 2015 7 commits
-
-
Andrew Gibiansky authored
Changing all image URLs in IHaskell.ipynb
-
Stian Håklev authored
-
Andrew Gibiansky authored
Updating logo link
-
Stian Håklev authored
-
Andrew Gibiansky authored
Add link to example notebooks on wiki
-
Andrew Gibiansky authored
Adding empty case to set
-
Stian Håklev authored
-
- 23 Feb, 2015 2 commits
-
-
Stian Håklev authored
-
Stian Håklev authored
-
- 19 Feb, 2015 8 commits
-
-
Stian Håklev authored
-
Stian Håklev authored
-
Andrew Gibiansky authored
Adding info about :no-pager
-
Stian Håklev authored
-
Andrew Gibiansky authored
Ignoring > in front of code lines
-
Andrew Gibiansky authored
Relaxing cabal constraints to make it compatible with Stackage
-
Stian Håklev authored
-
Stian Håklev authored
-
- 17 Feb, 2015 7 commits
-
-
Stian Håklev authored
-
Stian Håklev authored
-
Andrew Gibiansky authored
Adding show instances to CommInfo and EvaluationResult
-
Stian Håklev authored
-
Stian Håklev authored
Removing dependence on regex, checking that all lines are prefixed by >
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 15 Feb, 2015 1 commit
-
-
Andrew Gibiansky authored
Fix Kronos Haskell link
-
- 13 Feb, 2015 2 commits
-
-
Tim Baumann authored
-
Andrew Gibiansky authored
-
- 12 Feb, 2015 2 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 23 Jan, 2015 3 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 13 Jan, 2015 2 commits
-
-
Andrew Gibiansky authored
Support installing profile
-
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.
-
- 11 Jan, 2015 2 commits
-
-
Andrew Gibiansky authored
Add automation for easily defining kernels
-
Andrew Gibiansky authored
-
- 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.
-
- 08 Jan, 2015 1 commit
-
-
Andrew Gibiansky authored
Add IHaskell.Display.IHaskellDisplay instance for DecsQ
-
- 07 Jan, 2015 1 commit
-
-
CJ East authored
-