30 Commits

Author SHA1 Message Date
Andrew Gibiansky
24db4b421d updating LICENSE and minor formatting fixes 2013-12-12 14:07:51 -08:00
Andrew Gibiansky
66e9e6a01f implements ihaskelldisplay typeclass and loading other packages 2013-12-12 00:03:20 -08:00
Andrew Gibiansky
e8af344605 Changed output publishing to be incremental. 2013-12-11 18:10:19 -08:00
Andrew Gibiansky
97e5335a76 Removing print statements, sorry 2013-11-14 12:24:06 -08:00
Andrew Gibiansky
9d3167b8cc Reorganization to move all evaluators into Eval/ 2013-11-10 18:31:55 -08:00
Andrew Gibiansky
ab5b30e2cc Adding 'it' and 'itN' for execution count N variables 2013-11-10 17:10:44 -08:00
Andrew Gibiansky
d72c9c5b93 remove interface.notes file 2013-11-09 18:36:16 -08:00
Andrew Gibiansky
60df949adb Send reply message to shutdown_request 2013-11-09 17:05:18 -08:00
Andrew Gibiansky
d25272e891 Added 'shutdown_request' message. 2013-11-09 17:01:18 -08:00
Eyal Dechter
0e96a451aa Add basic tooltip functionality and implement object_info_request and object_info_reply messages.
IPython has a tooltip feature which shows an info box under the cursor containing info about the current object. I have ported this to IHaskell. Basically, tooltip.js sends an object_info_request message to the kernel and the kernel responds with type information about the closest object.
2013-11-07 07:55:18 -05:00
Eyal Dechter
fc17767787 Added ObjectReplyInfoRequest and ObjectReplyInfoReply messages. 2013-11-04 21:33:31 -05:00
Adam Vogt
dfc3ec51f0 fix help string: there is no run command. 2013-10-31 10:57:18 -04:00
Adam Vogt
4d6ebdd007 add Description : field for haddock
descriptions are copied from README mostly, but a couple
were missing from there
2013-10-31 10:51:11 -04:00
Andrew Gibiansky
75b17b55c0 Check for IPython version. 2013-10-27 19:08:41 -07:00
Adam Vogt
a2553fa5c9 generate completions on the ghc-side, doesn't get interpreted correctly yet
see note in Completion.hs
2013-10-24 22:35:29 -04:00
Adam Vogt
cd176b504b support messages for CompletionRequest/reply (#8).
does not generate any completions for now, and I'm not sure
if the CompletionReply ends up being formatted correctly.
2013-10-23 13:26:33 -04:00
Andrew Gibiansky
1c60c06ee9 Fixed console issue. 2013-10-21 13:49:21 -07:00
Andrew Gibiansky
8e0f053e48 Adding ability to install easily. 2013-10-20 20:16:34 -07:00
Andrew Gibiansky
692860f6b1 haddocks? 2013-10-20 13:22:56 -07:00
Andrew Gibiansky
70c4e80634 removed old ghci stuff 2013-10-20 12:22:27 -07:00
Andrew Gibiansky
412f44b952 Everything works. 2013-10-12 22:31:47 -07:00
Andrew Gibiansky
0ad524a075 Can now run Haskell code! 2013-10-10 22:52:32 -07:00
Andrew Gibiansky
60d4050b51 Updated to ClassyPrelude. Fixed UUID issues. 2013-10-08 19:54:05 -07:00
Andrew Gibiansky
785746adb9 NOTEBOOK WORKS 2013-10-07 21:32:51 -07:00
Andrew Gibiansky
c146e03c95 Added pyout response. Made UUID work with notebooks. 2013-10-02 21:13:42 -07:00
Andrew Gibiansky
67b6a33ea0 Created execution counter! 2013-09-28 21:29:54 -07:00
Andrew Gibiansky
81b148b677 uses iopub 2013-08-27 09:46:31 -07:00
Andrew Gibiansky
46db85b4b1 more cleanup, now starts 2013-08-26 16:14:48 -07:00
Andrew Gibiansky
feb710b9ee updated and cleaned code 2013-08-26 14:47:27 -07:00
Andrew Gibiansky
23659a02f0 Initial commit. kernel_info_request and kernel_info_reply implemented. 2013-08-26 00:18:30 -07:00