X Tutup
Skip to content

Get parent header from current request#705

Open
randy3k wants to merge 1 commit intoIRkernel:masterfrom
randy3k:send
Open

Get parent header from current request#705
randy3k wants to merge 1 commit intoIRkernel:masterfrom
randy3k:send

Conversation

@randy3k
Copy link
Contributor

@randy3k randy3k commented Dec 10, 2021

  • Use current_request asparent_msg when parent_msg is NULL
  • Support metadata in send_response

@randy3k
Copy link
Contributor Author

randy3k commented Dec 10, 2021

It allows something like this.

IRkernel::comm_manager()$send_response(
  "stream",
  NULL,
  "iopub",
  content = list(
      name = "stdout",
      text = "hello"
  )
)

Screen Shot 2021-12-09 at 11 14 04 PM

@buchgr
Copy link

buchgr commented Sep 29, 2022

Friendly ping @flying-sheep. Would love to see this merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup