Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
guix-hpc
guix-kernel
Commits
aa902cec
Commit
aa902cec
authored
Sep 13, 2019
by
Ludovic Courtès
Browse files
kernels: 'reply-html' replies to the message sender.
* jupyter/kernels.scm (reply-html): Pass #:recipient to 'send-message'.
parent
1726ccb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
jupyter/kernels.scm
View file @
aa902cec
...
...
@@ -446,7 +446,8 @@ identity (bytevector)."
(
send-message
kernel
(
reply
message
type
(
scm->json-string
content
))
#
:kernel-socket
socket
))))
#
:kernel-socket
socket
#
:recipient
(
message-sender
message
)))))
(
send
kernel-iopub
"execute_input"
`
((
"code"
.
,
code
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment