Skip to content

Commit

Permalink
Send a metadata key in inspect_reply messages
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Feb 10, 2025
1 parent edaeb16 commit 64ec133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/handlers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ function inspect_request(socket, kernel, msg)
d = docdict(s)
content = Dict("status" => "ok",
"found" => !isempty(d),
"data" => d)
"data" => d,
"metadata" => Dict())
end
send_ipython(kernel.requests[], kernel, msg_reply(msg, "inspect_reply", content))
catch e
Expand Down

0 comments on commit 64ec133

Please sign in to comment.