Skip to content

Commit

Permalink
pyin for #4
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jul 25, 2013
1 parent fd596d4 commit 0b9855c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jlkernel/handlers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0b9855c

Please sign in to comment.