From 0b9855c33c4d2dc6e4fa51528bfa561f4779854f Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Wed, 24 Jul 2013 23:07:00 -0400 Subject: [PATCH] pyin for #4 --- jlkernel/handlers.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jlkernel/handlers.jl b/jlkernel/handlers.jl index fbd4aad0..a161d2df 100644 --- a/jlkernel/handlers.jl +++ b/jlkernel/handlers.jl @@ -17,6 +17,10 @@ function execute_request_0x535c5df2(socket, msg) global _n if !msg.content["silent"] _n += 1 + send_ipython(publish, + msg_pub(msg, "pyin", + ["execution_count" => _n, + "code" => msg.content["code"]])) end send_status("busy")