Commit graph

8 commits

Author SHA1 Message Date
Nathaniel Nicandro
5f2f9fbb3a Cleanup tests to take into account changes in jupyter-client 2018-01-02 13:50:13 -06:00
Nathaniel Nicandro
8d20384bf3 Remove the need to specify a client in the callback interface
- Also rename `jupyter-add-receive-callback` to `jupyter-add-callback`
2017-12-31 14:17:56 -06:00
Nathaniel Nicandro
6c6ad568d6 Use lexical-let when needed 2017-12-22 00:36:49 -06:00
Nathaniel Nicandro
fb8c13055d Add test for sending the various message types 2017-12-19 18:15:51 -06:00
Nathaniel Nicandro
e9f04b20f8 Make the hb channel more efficient
Instead of constantly sending the subprocess input on every polling loop, poll
for input on stdin using the poller.
2017-12-19 11:47:45 -06:00
Nathaniel Nicandro
3d2aa1fe9e Update tests 2017-12-16 19:01:09 -06:00
Nathaniel Nicandro
731e5387b4 Add tests for message callbacks 2017-12-14 13:21:55 -06:00
Nathaniel Nicandro
76cf1c5eb7 Semi working prototype 2017-12-13 11:27:13 -06:00